Changeset 7907cf9 in mainline for uspace/lib/c/include/async_sess.h
- Timestamp:
- 2010-12-26T11:01:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1c0184
- Parents:
- 3750c06
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async_sess.h
r3750c06 r7907cf9 33 33 */ 34 34 35 #ifndef LIBC_ASYNC_ REL_H_36 #define LIBC_ASYNC_ REL_H_35 #ifndef LIBC_ASYNC_SESS_H_ 36 #define LIBC_ASYNC_SESS_H_ 37 37 38 extern int async_ rel_init(void);39 extern int async_ relation_create(int);40 extern void async_ relation_destroy(int, int);38 extern int async_sess_init(void); 39 extern int async_transaction_begin(int); 40 extern void async_transaction_end(int, int); 41 41 42 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.