source:
mainline/uspace/app/bdsh/input.h@
a000878c
| Last change on this file since a000878c was da2bd08, checked in by , 16 years ago | |
|---|---|
|
|
| File size: 184 bytes | |
| Rev | Line | |
|---|---|---|
| [216d6fc] | 1 | #ifndef INPUT_H |
| 2 | #define INPUT_H | |
| 3 | ||
| 4 | #include "cmds/cmds.h" | |
| 5 | ||
| 6 | /* prototypes */ | |
| [88944695] | 7 | |
| [216d6fc] | 8 | extern void get_input(cliuser_t *); |
| [88944695] | 9 | extern int tok_input(cliuser_t *); |
| [da2bd08] | 10 | extern void input_init(void); |
| [216d6fc] | 11 | |
| 12 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
