summaryrefslogtreecommitdiffstats
path: root/include/xtables.h
blob: 6ef13fe18b693d42237efbffc8be048b8300db2f (plain)
1
2
3
4
5
6
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 */