aboutsummaryrefslogtreecommitdiffstats
path: root/include/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/env.h')
-rw-r--r--include/env.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/env.h b/include/env.h
index 6cee8e698a..c2caecbaa0 100644
--- a/include/env.h
+++ b/include/env.h
@@ -4,7 +4,14 @@
#include "c.h"
#include "nls.h"
+struct ul_env_list;
+
extern void sanitize_env(void);
+extern void __sanitize_env(struct ul_env_list **org);
+
+extern int env_list_setenv(struct ul_env_list *ls);
+extern void env_list_free(struct ul_env_list *ls);
+
extern char *safe_getenv(const char *arg);