Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/udp/ucall.h

    r695b6ff r451481c8  
    3636#define UCALL_H
    3737
    38 #include <ipc/loc.h>
    3938#include <sys/types.h>
    4039#include "udp_type.h"
    4140
    4241extern udp_error_t udp_uc_create(udp_assoc_t **);
    43 extern void udp_uc_set_iplink(udp_assoc_t *, service_id_t);
    4442extern udp_error_t udp_uc_set_foreign(udp_assoc_t *, udp_sock_t *);
    4543extern udp_error_t udp_uc_set_local(udp_assoc_t *, udp_sock_t *);
     
    5149extern void udp_uc_status(udp_assoc_t *, udp_assoc_status_t *);
    5250extern void udp_uc_destroy(udp_assoc_t *);
    53 extern void udp_uc_reset(udp_assoc_t *);
    5451
    5552#endif
Note: See TracChangeset for help on using the changeset viewer.