Changeset 3576 for trunk/kStuff/include/k/kHlpSem.h
- Timestamp:
- Sep 2, 2007, 10:23:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/include/k/kHlpSem.h
r3573 r3576 39 39 #endif 40 40 41 KHLP_DECL(int) kHlpSemInit(void);42 KHLP_DECL(void) kHlpSemTerm(void);43 KHLP_DECL(int) kHlpSemRequest(void);44 KHLP_DECL(void) kHlpSemRelease(void);45 41 46 42 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.