Changeset 472c09d in mainline for uspace/lib/libc/include/async.h
- Timestamp:
- 2010-02-03T15:18:40Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b4cbef1
- Parents:
- 28be7fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/async.h
r28be7fa r472c09d 284 284 extern int async_data_write_finalize(ipc_callid_t, void *, size_t); 285 285 286 extern int async_data_ blob_receive(char **, const size_t, size_t *);287 extern int async_ data_string_receive(char **, const size_t);286 extern int async_data_receive(void **, const size_t, const size_t, size_t *); 287 extern int async_string_receive(char **, const size_t, size_t *); 288 288 289 289 #endif
Note:
See TracChangeset
for help on using the changeset viewer.