Changeset 3be9d10 in mainline for uspace/lib/c/include/inet/iplink_srv.h
- Timestamp:
- 2018-03-21T21:29:31Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e242d2
- Parents:
- eadaeae8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/iplink_srv.h
readaeae8 r3be9d10 66 66 extern void iplink_srv_init(iplink_srv_t *); 67 67 68 extern errno_t iplink_conn( ipc_callid_t, ipc_call_t *, void *);68 extern errno_t iplink_conn(cap_call_handle_t, ipc_call_t *, void *); 69 69 extern errno_t iplink_ev_recv(iplink_srv_t *, iplink_recv_sdu_t *, ip_ver_t); 70 70 extern errno_t iplink_ev_change_addr(iplink_srv_t *, addr48_t *);
Note:
See TracChangeset
for help on using the changeset viewer.