summaryrefslogtreecommitdiffstats
path: root/include/xtables.h
diff options
context:
space:
mode:
author/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-07-24 05:45:33 +0000
committer/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-07-24 05:45:33 +0000
commit4c1875afc6d017e83a5530dbce17c41c687e302b (patch)
tree52317cc3cc5562b3784b1a18e3d3e06ea09c1708 /include/xtables.h
parent9f9ec0183cbf7e8b1ed8a76000b6e8c654d7e28e (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 eed1dff..6ef13fe 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 */