Ignore:
Timestamp:
Apr 21, 2007, 8:33:35 AM (18 years ago)
Author:
bird
Message:

hacking...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash-messup/main.h

    r626 r879  
    3535 */
    3636
    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 */
    3939
    40 void readcmdfile(char *);
    41 void cmdloop(int);
    42 int dotcmd(int, char **);
    43 int exitcmd(int, char **);
     40void readcmdfile(struct shinstance *, char *);
     41void cmdloop(struct shinstance *, int);
     42int dotcmd(struct shinstance *, int, char **);
     43int exitcmd(struct shinstance *, int, char **);
Note: See TracChangeset for help on using the changeset viewer.