VirtualBox

Changeset 880 in kBuild for trunk/src/ash-messup/bltin


Ignore:
Timestamp:
Apr 21, 2007 7:47:39 AM (18 years ago)
Author:
bird
Message:

hacking...

File:
1 edited

Legend:

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

    r626 r880  
    8484#endif
    8585
    86 pointer stalloc(int);
    87 void error(const char *, ...);
    88 void sh_warnx(const char *, ...);
    89 void sh_exit(int) __attribute__((__noreturn__));
     86pointer stalloc(struct shinstance *, int);
     87void error(struct shinstance *, const char *, ...);
     88void sh_warnx(struct shinstance *, const char *, ...);
     89void sh_exit(struct shinstance *, int) __attribute__((__noreturn__));
    9090
    91 int echocmd(int, char **);
     91int echocmd(struct shinstance *, int, char **);
    9292
    9393
    94 extern const char *commandname;
     94/*extern const char *commandname;*/
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette