summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2011-06-19 18:59:58 +0000
committerBart De Schuymer <bdschuym@pandora.be>2011-06-19 18:59:58 +0000
commit94e55511dd982188a562e3e2060549571e8d26a4 (patch)
tree39c22f954a95196c5d52d48d0769cc5ba8583b8a /include
parent8b5594d7c21f3056c8c194aea1f1519c006aeaee (diff)
export use_lockfd
Diffstat (limited to 'include')
-rw-r--r--include/ebtables_u.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ebtables_u.h b/include/ebtables_u.h
index dc922dc..8fbaed0 100644
--- a/include/ebtables_u.h
+++ b/include/ebtables_u.h
@@ -230,6 +230,8 @@ extern struct ebt_u_match *ebt_matches;
extern struct ebt_u_watcher *ebt_watchers;
extern struct ebt_u_target *ebt_targets;
+extern int use_lockfd;
+
void ebt_register_table(struct ebt_u_table *);
void ebt_register_match(struct ebt_u_match *);
void ebt_register_watcher(struct ebt_u_watcher *);