Changeset 884 for trunk/src/ash-messup/parser.h
- Timestamp:
- Apr 22, 2007, 12:17:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash-messup/parser.h
r879 r884 79 79 union node *parsecmd(struct shinstance *, int); 80 80 void fixredir(struct shinstance *, union node *, const char *, int); 81 int goodname( struct shinstance *,char *);81 int goodname(char *); 82 82 const char *getprompt(struct shinstance *, void *);
Note:
See TracChangeset
for help on using the changeset viewer.