aboutsummaryrefslogtreecommitdiff
path: root/lib/env/env.h
diff options
context:
space:
mode:
authorNathan P. Reiner <nathan@nathanreiner.xyz>2022-12-16 10:13:06 +0100
committerNathan P. Reiner <nathan@nathanreiner.xyz>2022-12-16 10:13:06 +0100
commit39f40b08ca9ac010dbdb5ec42fafee736f66e701 (patch)
treee500d289944c3dbfdc6f9d03b10ae85d36cf8c49 /lib/env/env.h
parenta8192ab39056e66dc8ecae1a637ecff88b49448b (diff)
add env
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