Changes in uspace/app/bdsh/scli.h [a397f1d:0c4f46a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/scli.h
ra397f1d r0c4f46a 6 6 7 7 typedef struct { 8 const char *name; 8 char *name; 9 char *home; 9 10 char *line; 10 11 char *cwd; … … 13 14 } cliuser_t; 14 15 15 extern const char *progname;16 17 16 #endif
Note:
See TracChangeset
for help on using the changeset viewer.