summaryrefslogtreecommitdiffstats
path: root/include/xtables.h
blob: 97395f3fba2e27bb5566e7f748717423b9219763 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _XTABLES_H
#define _XTABLES_H

extern void *fw_calloc(size_t count, size_t size);
extern void *fw_malloc(size_t size);

extern const char *modprobe;
extern int xtables_insmod(const char *modname, const char *modprobe, int quiet);

#endif /* _XTABLES_H */