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