Changes in uspace/lib/net/include/tl_skel.h [f1938c6:014dd57b] in mainline
- File:
-
- 1 edited
-
uspace/lib/net/include/tl_skel.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/tl_skel.h
rf1938c6 r014dd57b 61 61 extern int tl_initialize(int net_phone); 62 62 63 /** Per-connection module initialization.64 *65 * This has to be implemented in user code.66 *67 */68 extern void tl_connection(void);69 70 63 /** Process the transport layer module message. 71 64 * … … 81 74 * 82 75 */ 83 extern int tl_m essage(ipc_callid_t, ipc_call_t *,76 extern int tl_module_message(ipc_callid_t, ipc_call_t *, 84 77 ipc_call_t *, size_t *); 85 78
Note:
See TracChangeset
for help on using the changeset viewer.
