summaryrefslogtreecommitdiffstats
path: root/include/hush.h
diff options
context:
space:
mode:
authorHolger Brunck <holger.brunck@keymile.com>2011-04-08 02:47:42 +0000
committerWolfgang Denk <wd@denx.de>2011-05-10 23:19:07 +0200
commiteae3b0644c05dd863e77b9989c18cb33c4d6c363 (patch)
treec882ae87e6c5ab39de3b7fa71cb3da5060b0f12b /include/hush.h
parente80ab3e661428149105b5454c6111d17ddfb3b40 (diff)
downloadtalos-obmc-uboot-eae3b0644c05dd863e77b9989c18cb33c4d6c363.tar.gz
talos-obmc-uboot-eae3b0644c05dd863e77b9989c18cb33c4d6c363.zip
common/hush: make get_local_var visible for other users
Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Acked-by: Heiko Schocher <hs@denx.de> cc: Wolfgang Denk <wd@denx.de> cc: Detlev Zundel <dzu@denx.de> cc: Valentin Longchamp <valentin.longchamp@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'include/hush.h')
-rw-r--r--include/hush.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hush.h b/include/hush.h
index 0805ff3d88..5c566cc8da 100644
--- a/include/hush.h
+++ b/include/hush.h
@@ -34,6 +34,7 @@ extern int parse_file_outer(void);
int set_local_var(const char *s, int flg_export);
void unset_local_var(const char *name);
+char *get_local_var(const char *s);
#if defined(CONFIG_HUSH_INIT_VAR)
extern int hush_init_var (void);
OpenPOWER on IntegriCloud