Changes in uspace/lib/net/include/tl_skel.h [014dd57b:f1938c6] 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
r014dd57b rf1938c6 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 63 70 /** Process the transport layer module message. 64 71 * … … 74 81 * 75 82 */ 76 extern int tl_m odule_message(ipc_callid_t, ipc_call_t *,83 extern int tl_message(ipc_callid_t, ipc_call_t *, 77 84 ipc_call_t *, size_t *); 78 85
Note:
See TracChangeset
for help on using the changeset viewer.
