Changeset 879 for trunk/src/ash-messup/main.h
- Timestamp:
- Apr 21, 2007, 8:33:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash-messup/main.h
r626 r879 35 35 */ 36 36 37 extern int rootpid;/* pid of main shell */38 extern int rootshell;/* true if we aren't a child of the main shell */37 /*extern int rootpid;*/ /* pid of main shell */ 38 /*extern int rootshell;*/ /* true if we aren't a child of the main shell */ 39 39 40 void readcmdfile( char *);41 void cmdloop( int);42 int dotcmd( int, char **);43 int exitcmd( int, char **);40 void readcmdfile(struct shinstance *, char *); 41 void cmdloop(struct shinstance *, int); 42 int dotcmd(struct shinstance *, int, char **); 43 int exitcmd(struct shinstance *, int, char **);
Note:
See TracChangeset
for help on using the changeset viewer.