diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2002-06-23 20:38:34 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2002-06-23 20:38:34 +0000 |
commit | 7b9aaebe3a155d092b633a13f9f02f55e456b361 (patch) | |
tree | c3b1f71f05cd216da846e943fb30057452e9c400 /include | |
parent | 25c741d4c7ce9435de17510b4727e665467e4f50 (diff) | |
download | ebtables-7b9aaebe3a155d092b633a13f9f02f55e456b361.tar.gz |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/ebtables_u.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ebtables_u.h b/include/ebtables_u.h index 4c4168b..d86a7c7 100644 --- a/include/ebtables_u.h +++ b/include/ebtables_u.h @@ -119,7 +119,7 @@ struct ebt_u_match struct ebt_entry_match **match); void (*final_check)(const struct ebt_u_entry *entry, const struct ebt_entry_match *match, - const char *name, unsigned int hook_mask); + const char *name, unsigned int hook_mask, unsigned int time); void (*print)(const struct ebt_u_entry *entry, const struct ebt_entry_match *match); int (*compare)(const struct ebt_entry_match *m1, @@ -146,7 +146,7 @@ struct ebt_u_watcher struct ebt_entry_watcher **watcher); void (*final_check)(const struct ebt_u_entry *entry, const struct ebt_entry_watcher *watch, const char *name, - unsigned int hook_mask); + unsigned int hook_mask, unsigned int time); void (*print)(const struct ebt_u_entry *entry, const struct ebt_entry_watcher *watcher); int (*compare)(const struct ebt_entry_watcher *w1, @@ -170,7 +170,7 @@ struct ebt_u_target struct ebt_entry_target **target); void (*final_check)(const struct ebt_u_entry *entry, const struct ebt_entry_target *target, const char *name, - unsigned int hook_mask); + unsigned int hook_mask, unsigned int time); void (*print)(const struct ebt_u_entry *entry, const struct ebt_entry_target *target); int (*compare)(const struct ebt_entry_target *t1, |