Changeset 78 for trunk/include
- Timestamp:
- Jan 9, 2007, 10:32:21 PM (18 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_cat.h
r68 r78 135 135 MSG_PCK_CHECK, 136 136 MSG_PCK_OK, 137 MSG_PCK_P_HIDDEN, 137 138 MSG_PCK_HIDDEN, 138 139 MSG_PCK_FAKE, -
trunk/include/sh_unix.h
r68 r78 259 259 /* Test whether file exists 260 260 */ 261 int sh_unix_file_ stat(char * path);261 int sh_unix_file_exists(char * path); 262 262 263 263 /* test whether file exists with proper attributes 264 264 */ 265 int sh_unix_ file_exists(int fd);265 int sh_unix_device_readable(int fd); 266 266 267 267 /* local host
Note:
See TracChangeset
for help on using the changeset viewer.