aboutsummaryrefslogtreecommitdiff
path: root/lib/env/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/env/env.h')
-rw-r--r--lib/env/env.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/env/env.h b/lib/env/env.h
index 7d95d63..315d91c 100644
--- a/lib/env/env.h
+++ b/lib/env/env.h
@@ -3,5 +3,6 @@
const char *getenv(const char *key);
void setenv(const char *key, const char *value);
+const char **getenvp();
#endif