Ignore:
File:
1 edited

Legend:

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

    rff2a62d reb51e31  
    4242
    4343#include <net/in.h>
    44 #include <net/ip_codes.h>
     44#include <ip_codes.h>
    4545
    4646#include <ip_remote.h>
     
    7474 *  @param[in] me The requesting module service.
    7575 *  @param[in] receiver The message receiver. Used for remote connection.
     76 *  @param[in] tl_received_msg The message processing function. Used if bundled together.
    7677 *  @returns The phone of the needed service.
    7778 *  @returns EOK on success.
    7879 *  @returns Other error codes as defined for the bind_service() function.
    7980 */
    80 extern int ip_bind_service(services_t service, int protocol, services_t me, async_client_conn_t receiver);
     81extern int ip_bind_service(services_t service, int protocol, services_t me, async_client_conn_t receiver, tl_received_msg_t tl_received_msg);
    8182
    8283/** Connects to the IP module.
Note: See TracChangeset for help on using the changeset viewer.