Changeset 26f2af0 in mainline for uspace/lib/libc/include/async.h
- Timestamp:
- 2007-09-18T19:58:19Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 47a776f9
- Parents:
- c3b25510
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/async.h
rc3b25510 r26f2af0 103 103 104 104 fid_t async_new_connection(ipcarg_t in_phone_hash,ipc_callid_t callid, 105 ipc_call_t *call, 106 void (*cthread)(ipc_callid_t,ipc_call_t *)); 105 ipc_call_t *call, void (*cthread)(ipc_callid_t,ipc_call_t *)); 107 106 void async_usleep(suseconds_t timeout); 108 107 void async_create_manager(void);
Note:
See TracChangeset
for help on using the changeset viewer.