summaryrefslogtreecommitdiff
path: root/src/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper.h')
-rw-r--r--src/helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper.h b/src/helper.h
index 2d610ce..5972f1a 100644
--- a/src/helper.h
+++ b/src/helper.h
@@ -23,5 +23,6 @@
#define _FILTER_HELPER_H
void *zmalloc(size_t size);
+void *zrealloc(void *ptr, size_t old_size, size_t size);
#endif