summaryrefslogtreecommitdiffstats
path: root/include/environment.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:43 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:43 +0200
commit478026955f19dc8236f5e52e1ee8b8db741b1c86 (patch)
treeaa3d63e1ee604a09ff62849fb689bebb7c522626 /include/environment.h
parentbcacb4e7d74edab40fe3bfd87c2702fe9bb3da40 (diff)
downloadbarebox-478026955f19dc8236f5e52e1ee8b8db741b1c86.tar.gz
barebox-478026955f19dc8236f5e52e1ee8b8db741b1c86.tar.xz
svn_rev_321
move some functions away from common.h
Diffstat (limited to 'include/environment.h')
-rw-r--r--include/environment.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/environment.h b/include/environment.h
index 76d33a89b5..e7e02d6ad0 100644
--- a/include/environment.h
+++ b/include/environment.h
@@ -39,5 +39,10 @@
int add_env_spec(char *spec);
+/* common/cmd_nvedit.c */
+char *getenv (const char *);
+int saveenv (void);
+void setenv (const char *, const char *);
+
#endif /* _ENVIRONMENT_H_ */