summaryrefslogtreecommitdiffstats
path: root/include/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/environment.h')
-rw-r--r--include/environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/environment.h b/include/environment.h
index c8af7dd33e..744cc12328 100644
--- a/include/environment.h
+++ b/include/environment.h
@@ -40,7 +40,7 @@
int add_env_spec(char *spec);
/* common/cmd_nvedit.c */
-char *getenv (const char *);
+const char *getenv (const char *);
int saveenv (void);
int setenv (const char *, const char *);