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