Changes in uspace/srv/net/inetsrv/inet_link.h [7af0cc5:a17356fd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/inet_link.h
r7af0cc5 ra17356fd 41 41 #include "inetsrv.h" 42 42 43 extern int inet_link_ open(service_id_t);43 extern int inet_link_discovery_start(void); 44 44 extern int inet_link_send_dgram(inet_link_t *, addr32_t, 45 45 addr32_t, inet_dgram_t *, uint8_t, uint8_t, int); … … 47 47 uint8_t, uint8_t, int); 48 48 extern inet_link_t *inet_link_get_by_id(sysarg_t); 49 extern int inet_link_get_id_list(sysarg_t **, size_t *);50 49 51 50 #endif
Note:
See TracChangeset
for help on using the changeset viewer.