Changeset 880 in kBuild for trunk/src/ash-messup/bltin
- Timestamp:
- Apr 21, 2007 7:47:39 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash-messup/bltin/bltin.h
r626 r880 84 84 #endif 85 85 86 pointer stalloc( int);87 void error( const char *, ...);88 void sh_warnx( const char *, ...);89 void sh_exit( int) __attribute__((__noreturn__));86 pointer stalloc(struct shinstance *, int); 87 void error(struct shinstance *, const char *, ...); 88 void sh_warnx(struct shinstance *, const char *, ...); 89 void sh_exit(struct shinstance *, int) __attribute__((__noreturn__)); 90 90 91 int echocmd( int, char **);91 int echocmd(struct shinstance *, int, char **); 92 92 93 93 94 extern const char *commandname; 94 /*extern const char *commandname;*/
Note:
See TracChangeset
for help on using the changeset viewer.