Changeset 3be9d10 in mainline for uspace/srv/ns/service.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/srv/ns/service.h
readaeae8 r3be9d10 42 42 43 43 extern errno_t register_service(service_t, sysarg_t, ipc_call_t *); 44 extern void connect_to_service(service_t, iface_t, ipc_call_t *, ipc_callid_t);44 extern void connect_to_service(service_t, iface_t, ipc_call_t *, cap_call_handle_t); 45 45 46 46 #endif
Note:
See TracChangeset
for help on using the changeset viewer.