summaryrefslogtreecommitdiffstats
path: root/include/xtables.h
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 05:45:33 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-07-24 05:45:33 +0000
commit3dfa4488b032fc32aaf2470f48ac1fc3a534794f (patch)
tree52317cc3cc5562b3784b1a18e3d3e06ea09c1708 /include/xtables.h
parent5208806f2708f761e97e62550561e3164b541770 (diff)
Moves common fw_malloc() and fw_calloc() to xtables.c
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 */