source:
mainline/uspace/app/bdsh/util.h@
fa09449
| Last change on this file since fa09449 was 4cc0c9ee, checked in by , 17 years ago | |
|---|---|
|
|
| File size: 179 bytes | |
| Rev | Line | |
|---|---|---|
| [216d6fc] | 1 | #ifndef UTIL_H |
| 2 | #define UTIL_H | |
| 3 | ||
| [0c4f46a] | 4 | #include "scli.h" |
| 5 | ||
| 6 | /* Utility functions */ | |
| [43e02a6] | 7 | extern unsigned int cli_count_args(char **); |
| [0c4f46a] | 8 | extern unsigned int cli_set_prompt(cliuser_t *usr); |
| [216d6fc] | 9 | |
| 10 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
