Changes in uspace/lib/net/include/tl_skel.h [ffa2c8ef:014dd57b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/tl_skel.h
rffa2c8ef r014dd57b 41 41 #include <async.h> 42 42 #include <fibril_synch.h> 43 #include <ipc/ipc.h> 43 44 #include <ipc/services.h> 44 45 … … 60 61 extern int tl_initialize(int net_phone); 61 62 62 /** Per-connection module initialization.63 *64 * This has to be implemented in user code.65 *66 */67 extern void tl_connection(void);68 69 63 /** Process the transport layer module message. 70 64 * … … 80 74 * 81 75 */ 82 extern int tl_m essage(ipc_callid_t, ipc_call_t *,76 extern int tl_module_message(ipc_callid_t, ipc_call_t *, 83 77 ipc_call_t *, size_t *); 84 78
Note:
See TracChangeset
for help on using the changeset viewer.