diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h index d4c4c5120bc0..18a67908a330 100644 --- a/include/linux/netfilter.h +++ b/include/linux/netfilter.h | |||
| @@ -172,7 +172,7 @@ struct nf_logger { | |||
| 172 | 172 | ||
| 173 | /* Function to register/unregister log function. */ | 173 | /* Function to register/unregister log function. */ |
| 174 | int nf_log_register(int pf, struct nf_logger *logger); | 174 | int nf_log_register(int pf, struct nf_logger *logger); |
| 175 | int nf_log_unregister_pf(int pf); | 175 | void nf_log_unregister_pf(int pf); |
| 176 | void nf_log_unregister_logger(struct nf_logger *logger); | 176 | void nf_log_unregister_logger(struct nf_logger *logger); |
| 177 | 177 | ||
| 178 | /* Calls the registered backend logging function */ | 178 | /* Calls the registered backend logging function */ |
