summaryrefslogtreecommitdiffstats
path: root/include/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/env.h')
-rw-r--r--include/env.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/env.h b/include/env.h
index d69b4f295..bcd0f7ead 100644
--- a/include/env.h
+++ b/include/env.h
@@ -1,2 +1,8 @@
+#ifndef UTIL_LINUX_ENV_H
+#define UTIL_LINUX_ENV_H
+
extern void sanitize_env (void);
+extern char *safe_getenv(const char *arg);
+
+#endif /* UTIL_LINUX_ENV_H */