Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/tl_skel.h

    rf1938c6 r014dd57b  
    6161extern int tl_initialize(int net_phone);
    6262
    63 /** Per-connection module initialization.
    64  *
    65  * This has to be implemented in user code.
    66  *
    67  */
    68 extern void tl_connection(void);
    69 
    7063/** Process the transport layer module message.
    7164 *
     
    8174 *
    8275 */
    83 extern int tl_message(ipc_callid_t, ipc_call_t *,
     76extern int tl_module_message(ipc_callid_t, ipc_call_t *,
    8477    ipc_call_t *, size_t *);
    8578
Note: See TracChangeset for help on using the changeset viewer.