Changeset 879 for trunk/src/ash-messup/cd.h
- Timestamp:
- Apr 21, 2007, 8:33:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash-messup/cd.h
r626 r879 31 31 */ 32 32 33 void getpwd( int);34 int cdcmd( int, char **);35 int pwdcmd( int, char **);33 void getpwd(struct shinstance *, int); 34 int cdcmd(struct shinstance *, int, char **); 35 int pwdcmd(struct shinstance *, int, char **); 36 36 #ifdef PC_DRIVE_LETTERS 37 37 #define IS_ROOT(path) ( *(path) == '/' \
Note:
See TracChangeset
for help on using the changeset viewer.