summaryrefslogtreecommitdiffstats
path: root/include/xtables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xtables.h')
-rw-r--r--include/xtables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xtables.h b/include/xtables.h
index eed1dffc..6ef13fe1 100644
--- a/include/xtables.h
+++ b/include/xtables.h
@@ -1,4 +1,7 @@
#ifndef _XTABLES_H
#define _XTABLES_H
+extern void *fw_calloc(size_t count, size_t size);
+extern void *fw_malloc(size_t size);
+
#endif /* _XTABLES_H */