Changeset 882 for trunk/src/ash-messup/shfile.h
- Timestamp:
- Apr 21, 2007, 8:22:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash-messup/shfile.h
r881 r882 25 25 */ 26 26 27 #ifndef ___shfile_h___ 28 #define ___shfile_h___ 27 29 28 30 #include "shtypes.h" … … 49 51 50 52 51 int shfile_open(shinstance *, const char *, unsigned); 53 int shfile_open(shfdtab *, const char *, unsigned); 54 int shfile_close(shfdtab *pfdtab, unsigned fd); 52 55 56 #endif 57
Note:
See TracChangeset
for help on using the changeset viewer.