Changeset 6ea9a1d in mainline for uspace/app/bdsh/scli.h
- Timestamp:
- 2011-06-11T22:32:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36ab7c7
- Parents:
- ae45201
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/scli.h
rae45201 r6ea9a1d 13 13 } cliuser_t; 14 14 15 typedef struct { 16 FILE *stdin; 17 FILE *stdout; 18 FILE *stderr; 19 } iostate_t; 20 15 21 extern const char *progname; 16 22 23 extern iostate_t *get_iostate(void); 24 extern void set_iostate(iostate_t *); 25 17 26 #endif
Note:
See TracChangeset
for help on using the changeset viewer.