summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-05-04 16:52:04 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-05-04 16:52:04 +0000
commit0cb0179bd91d131faa70c1b674ef7da861b69c59 (patch)
tree236c63c5de4d6a19fe84f7a0a776042688fca631 /include
parent21aa50fff32d9730eea3c07bdbc321d758ee97a4 (diff)
--atomic-commit should only try insmod when all else fails
Diffstat (limited to 'include')
-rw-r--r--include/ebtables_u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ebtables_u.h b/include/ebtables_u.h
index 741b00d..d17c4a4 100644
--- a/include/ebtables_u.h
+++ b/include/ebtables_u.h
@@ -210,6 +210,7 @@ void check_option(unsigned int *flags, unsigned int mask);
int check_inverse(const char option[]);
void print_mac(const char *mac);
void print_mac_and_mask(const char *mac, const char *mask);
+int ebtables_insmod(const char *modname);
void __print_bug(char *file, int line, char *format, ...);
#define print_bug(format, args...) \
__print_bug(__FILE__, __LINE__, format, ##args)