Changeset fe5a9fc in mainline for uspace/lib/net/include/il_local.h
- Timestamp:
- 2011-01-12T11:25:54Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 73ac2e9
- Parents:
- 77429d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/il_local.h
r77429d3 rfe5a9fc 48 48 * function. 49 49 */ 50 extern int il_module_message _standalone(ipc_callid_t callid, ipc_call_t *call,50 extern int il_module_message(ipc_callid_t callid, ipc_call_t *call, 51 51 ipc_call_t *answer, size_t *answer_count); 52 52 … … 65 65 * function. 66 66 */ 67 extern int il_module_start _standalone(async_client_conn_t client_connection);67 extern int il_module_start(async_client_conn_t client_connection); 68 68 69 69 #endif
Note:
See TracChangeset
for help on using the changeset viewer.