Changeset 88944695 in mainline for uspace/app/bdsh/input.h
- Timestamp:
- 2008-08-28T08:32:06Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a56f4b2
- Parents:
- 69145dae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/input.h
r69145dae r88944695 5 5 6 6 /* prototypes */ 7 8 extern void get_input(cliuser_t *); 7 9 extern int tok_input(cliuser_t *); 8 extern void get_input(cliuser_t *);9 extern void cli_restricted(char *);10 extern void read_line(char *, int);11 10 12 11 #endif
Note:
See TracChangeset
for help on using the changeset viewer.