source:
mainline/uspace/app/bdsh/scli.h@
ea5dbaf
Last change on this file since ea5dbaf was a397f1d, checked in by , 15 years ago | |
---|---|
|
|
File size: 213 bytes |
Rev | Line | |
---|---|---|
[216d6fc] | 1 | #ifndef SCLI_H |
2 | #define SCLI_H | |
3 | ||
4 | #include "config.h" | |
5 | #include <stdint.h> | |
6 | ||
7 | typedef struct { | |
[a000878c] | 8 | const char *name; |
[216d6fc] | 9 | char *line; |
10 | char *cwd; | |
11 | char *prompt; | |
[88944695] | 12 | int lasterr; |
[216d6fc] | 13 | } cliuser_t; |
14 | ||
[a397f1d] | 15 | extern const char *progname; |
16 | ||
[216d6fc] | 17 | #endif |
Note:
See TracBrowser
for help on using the repository browser.