Changeset 6ea9a1d in mainline for uspace/app/bdsh/scli.h


Ignore:
Timestamp:
2011-06-11T22:32:24Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36ab7c7
Parents:
ae45201
Message:

Allow shell builtins to be redirected too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/scli.h

    rae45201 r6ea9a1d  
    1313} cliuser_t;
    1414
     15typedef struct {
     16        FILE *stdin;
     17        FILE *stdout;
     18        FILE *stderr;
     19} iostate_t;
     20
    1521extern const char *progname;
    1622
     23extern iostate_t *get_iostate(void);
     24extern void set_iostate(iostate_t *);
     25
    1726#endif
Note: See TracChangeset for help on using the changeset viewer.