Changes in uspace/lib/c/include/net/modules.h [64d2b10:cc274f5a] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/net/modules.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/net/modules.h
r64d2b10 rcc274f5a 43 43 44 44 #include <async.h> 45 46 #include <ipc/ipc.h> 45 47 #include <ipc/services.h> 48 46 49 #include <sys/time.h> 47 50 48 51 /** Connect to the needed module function type definition. 49 52 * 50 * @param[in] need The needed module service. 51 * 52 * @return The phone of the needed service. 53 * 53 * @param[in] need The needed module service. 54 * @return The phone of the needed service. 54 55 */ 55 56 typedef int connect_module_t(services_t need); 56 57 57 extern void answer_call(ipc_callid_t, int, ipc_call_t *, size_t);58 extern void answer_call(ipc_callid_t, int, ipc_call_t *, int); 58 59 extern int bind_service(services_t, sysarg_t, sysarg_t, sysarg_t, 59 60 async_client_conn_t); … … 63 64 extern int connect_to_service_timeout(services_t, suseconds_t); 64 65 extern int data_reply(void *, size_t); 65 extern void refresh_answer(ipc_call_t *, size_t *);66 extern void refresh_answer(ipc_call_t *, int *); 66 67 67 68 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
