diff options
Diffstat (limited to 'include/iptables_common.h')
-rw-r--r-- | include/iptables_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/iptables_common.h b/include/iptables_common.h index 05516ac0..6f7e4295 100644 --- a/include/iptables_common.h +++ b/include/iptables_common.h @@ -28,6 +28,7 @@ extern int string_to_number_ll(const char *, unsigned long long int, unsigned long long *); extern int iptables_insmod(const char *modname, const char *modprobe); +extern int load_iptables_ko(const char *modprobe); void exit_error(enum exittype, char *, ...)__attribute__((noreturn, format(printf,2,3))); extern const char *program_name, *program_version; |