Changeset 1210 for trunk/src/kash/parser.h
- Timestamp:
- Oct 7, 2007, 8:33:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/parser.h
r884 r1210 79 79 union node *parsecmd(struct shinstance *, int); 80 80 void fixredir(struct shinstance *, union node *, const char *, int); 81 int goodname(c har *);81 int goodname(const char *); 82 82 const char *getprompt(struct shinstance *, void *);
Note:
See TracChangeset
for help on using the changeset viewer.