From 4c1875afc6d017e83a5530dbce17c41c687e302b Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Tue, 24 Jul 2007 05:45:33 +0000 Subject: Moves common fw_malloc() and fw_calloc() to xtables.c --- include/xtables.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/xtables.h') 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 */ -- cgit v1.2.3