summaryrefslogtreecommitdiff
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 0e53fac43..68e0a8530 100644
--- a/helper.h
+++ b/helper.h
@@ -47,4 +47,8 @@ void arc4random_stir(void);
47void setproctitle(const char *fmt, ...); 47void setproctitle(const char *fmt, ...);
48#endif /* !HAVE_SETPROCTITLE */ 48#endif /* !HAVE_SETPROCTITLE */
49 49
50#ifndef HAVE_SETENV
51int setenv(const char *name, const char *value, int overwrite);
52#endif /* !HAVE_SETENV */
53
50#endif /* _HELPER_H */ 54#endif /* _HELPER_H */