summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-04-19 07:58:45 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-04-19 07:58:45 +0100
commit95c38087dba6f5ac32f0df494a7585e9df8a2a77 (patch)
tree9f0392d0566980270d0c2f5b28c8348489a1f214 /compat.h
parenta71c262d5f1ff2125797569d474ff21efb7ddc91 (diff)
Missed freezero.
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/compat.h b/compat.h
index e85536cb..2b666b1f 100644
--- a/compat.h
+++ b/compat.h
@@ -315,6 +315,11 @@ int unsetenv(const char *);
void cfmakeraw(struct termios *);
#endif
+#ifndef HAVE_FREEZERO
+/* freezero.c */
+void freezero(void *, size_t);
+#endif
+
#ifndef HAVE_REALLOCARRAY
/* reallocarray.c */
void *reallocarray(void *, size_t, size_t);