Changes in uspace/srv/net/udp/ucall.h [695b6ff:451481c8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/udp/ucall.h
r695b6ff r451481c8 36 36 #define UCALL_H 37 37 38 #include <ipc/loc.h>39 38 #include <sys/types.h> 40 39 #include "udp_type.h" 41 40 42 41 extern udp_error_t udp_uc_create(udp_assoc_t **); 43 extern void udp_uc_set_iplink(udp_assoc_t *, service_id_t);44 42 extern udp_error_t udp_uc_set_foreign(udp_assoc_t *, udp_sock_t *); 45 43 extern udp_error_t udp_uc_set_local(udp_assoc_t *, udp_sock_t *); … … 51 49 extern void udp_uc_status(udp_assoc_t *, udp_assoc_status_t *); 52 50 extern void udp_uc_destroy(udp_assoc_t *); 53 extern void udp_uc_reset(udp_assoc_t *);54 51 55 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.