Changeset 0c2d9bb in mainline for uspace/srv/net/inetsrv/inet_link.h
- Timestamp:
- 2013-12-25T22:54:29Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b51cf2c
- Parents:
- f7a33de (diff), ac36aed (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/srv/net/inetsrv/inet_link.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/inet_link.h
rf7a33de r0c2d9bb 41 41 #include "inetsrv.h" 42 42 43 extern int inet_link_ discovery_start(void);43 extern int inet_link_open(service_id_t); 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 *); 49 50 50 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
