Ignore:
File:
1 edited

Legend:

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

    rffa2c8ef r014dd57b  
    4141#include <async.h>
    4242#include <fibril_synch.h>
     43#include <ipc/ipc.h>
    4344#include <ipc/services.h>
    4445
     
    6061extern int tl_initialize(int net_phone);
    6162
    62 /** Per-connection module initialization.
    63  *
    64  * This has to be implemented in user code.
    65  *
    66  */
    67 extern void tl_connection(void);
    68 
    6963/** Process the transport layer module message.
    7064 *
     
    8074 *
    8175 */
    82 extern int tl_message(ipc_callid_t, ipc_call_t *,
     76extern int tl_module_message(ipc_callid_t, ipc_call_t *,
    8377    ipc_call_t *, size_t *);
    8478
Note: See TracChangeset for help on using the changeset viewer.