From 3dfa4488b032fc32aaf2470f48ac1fc3a534794f Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI 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 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 */ -- cgit v1.2.3