source:
branches/samba-3.0/source/ndpsmb/os2api.h
Last change on this file was 5, checked in by , 18 years ago | |
---|---|
|
|
File size: 180 bytes |
Line | |
---|---|
1 | #ifndef __OS2__API__H_ |
2 | #define __OS2__API__H_ |
3 | |
4 | int os2_init(void); |
5 | int os2_ftruncate(int fd, off_t size); |
6 | void os2_randget(char * buffer, int length); |
7 | |
8 | #endif /* __OS2__API__H_ */ |
Note:
See TracBrowser
for help on using the repository browser.