summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/shell/shell.h')
-rw-r--r--cpukit/libmisc/shell/shell.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/shell.h b/cpukit/libmisc/shell/shell.h
index 10b10bd6ff..89b041a70f 100644
--- a/cpukit/libmisc/shell/shell.h
+++ b/cpukit/libmisc/shell/shell.h
@@ -170,7 +170,8 @@ rtems_status_code rtems_shell_script(
const char *input,
const char *output,
int output_append,
- int wait
+ int wait,
+ int echo
);
/*
@@ -188,6 +189,8 @@ typedef struct {
int exit_shell; /* logout */
int forever ; /* repeat login */
int errorlevel;
+ int echo;
+ char cwd[256];
const char* input;
const char* output;
int output_append;