summaryrefslogtreecommitdiffstats
path: root/include/xtables
diff options
context:
space:
mode:
Diffstat (limited to 'include/xtables')
-rw-r--r--include/xtables/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xtables/internal.h b/include/xtables/internal.h
index 24a5078b..6b78d3a8 100644
--- a/include/xtables/internal.h
+++ b/include/xtables/internal.h
@@ -43,9 +43,6 @@ struct xtables_rule_match {
extern char *lib_dir;
-extern void *fw_calloc(size_t count, size_t size);
-extern void *fw_malloc(size_t size);
-
extern const char *modprobe_program;
extern int xtables_insmod(const char *modname, const char *modprobe, int quiet);
extern int load_xtables_ko(const char *modprobe, int quiet);