summaryrefslogtreecommitdiffstats
path: root/eurephia.h
diff options
context:
space:
mode:
Diffstat (limited to 'eurephia.h')
-rw-r--r--eurephia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eurephia.h b/eurephia.h
index fe66df4..5e2dfb9 100644
--- a/eurephia.h
+++ b/eurephia.h
@@ -23,7 +23,7 @@
#include <stdarg.h>
-const char *get_env(eurephiaCTX *ctx, const char **envp, const char *fmt, ...);
+const char *get_env(eurephiaCTX *ctx, const int mask, const char **envp, const char *fmt, ...);
eurephiaCTX *eurephiaInit(const char **argv);
int eurephiaShutdown(eurephiaCTX *ctx);