summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/src/safe_memclear.h
diff options
context:
space:
mode:
Diffstat (limited to 'data/lighttpd/lighttpd-1.4.53/src/safe_memclear.h')
-rw-r--r--data/lighttpd/lighttpd-1.4.53/src/safe_memclear.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/lighttpd/lighttpd-1.4.53/src/safe_memclear.h b/data/lighttpd/lighttpd-1.4.53/src/safe_memclear.h
new file mode 100644
index 000000000..9fd256364
--- /dev/null
+++ b/data/lighttpd/lighttpd-1.4.53/src/safe_memclear.h
@@ -0,0 +1,7 @@
+#ifndef _SAFE_MEMCLEAR_H_
+#define _SAFE_MEMCLEAR_H_
+#include "first.h"
+
+void safe_memclear(void *s, size_t n);
+
+#endif