aboutsummaryrefslogtreecommitdiff
path: root/include/hush.h
diff options
context:
space:
mode:
authorJason Hobbs <jason.hobbs@calxeda.com>2011-04-22 17:35:36 -0500
committerJohn Rigby <john.rigby@linaro.org>2011-06-22 11:21:30 -0600
commit4090c58bd69f42e2849f352fa449dafa8c248558 (patch)
tree9b54a1f9b936f250ad64991d863fed39015605ab /include/hush.h
parentbe0fab75ee4c7ad844cd195a2045168ee6144000 (diff)
common: add run_command2 for running simple or hush commands
Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
Diffstat (limited to 'include/hush.h')
-rw-r--r--include/hush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hush.h b/include/hush.h
index 5c566cc8d..ecf9222d2 100644
--- a/include/hush.h
+++ b/include/hush.h
@@ -29,7 +29,7 @@
#define FLAG_REPARSING (1 << 2) /* >=2nd pass */
extern int u_boot_hush_start(void);
-extern int parse_string_outer(char *, int);
+extern int parse_string_outer(const char *, int);
extern int parse_file_outer(void);
int set_local_var(const char *s, int flg_export);