summaryrefslogtreecommitdiffstats
path: root/include/xtables
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-01-27 15:10:05 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-01-27 23:14:29 +0100
commitc021c3ce7b1583eb5dd71b10ac3d8ab3cd36beaa (patch)
treea2fad6766de8283406b42764a2be671f8850cd78 /include/xtables
parent630ef48037f3602333addfdb53789c9c6a4bb4c8 (diff)
libxtables: prefix/order - modprobe and xtables.ko loading
This change affects: load_xtables_ko -> xtables_load_ko modprobe_program -> xtables_modprobe_program Now uses bool for the "quiet" flag. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/xtables')
-rw-r--r--include/xtables/internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/xtables/internal.h b/include/xtables/internal.h
index 6b78d3a8..62fe2edb 100644
--- a/include/xtables/internal.h
+++ b/include/xtables/internal.h
@@ -43,10 +43,6 @@ struct xtables_rule_match {
extern char *lib_dir;
-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);
-
/* This is decleared in ip[6]tables.c */
extern struct afinfo afinfo;