source:
mainline/uspace/app/bdsh/scli.h@
86018c1
Last change on this file since 86018c1 was d8ef374, checked in by , 16 years ago | |
---|---|
|
|
File size: 177 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 { | |
8 | char *name; | |
9 | char *line; | |
10 | char *cwd; | |
11 | char *prompt; | |
[88944695] | 12 | int lasterr; |
[216d6fc] | 13 | } cliuser_t; |
14 | ||
15 | #endif |
Note:
See TracBrowser
for help on using the repository browser.