Changeset 6ea9a1d in mainline for uspace/app/bdsh/exec.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/exec.h

    rae45201 r6ea9a1d  
    33
    44#include <task.h>
     5#include "scli.h"
    56
    6 extern unsigned int try_exec(char *, char **, FILE **);
     7extern unsigned int try_exec(char *, char **, iostate_t *);
    78
    89#endif
Note: See TracChangeset for help on using the changeset viewer.