diff options
Diffstat (limited to 'include')
-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 bf430fcbe364..ac3c61411d4b 100644 --- a/include/linux/netfilter.h +++ b/include/linux/netfilter.h | |||
@@ -157,7 +157,7 @@ struct nf_logger { | |||
157 | 157 | ||
158 | /* Function to register/unregister log function. */ | 158 | /* Function to register/unregister log function. */ |
159 | int nf_log_register(int pf, struct nf_logger *logger); | 159 | int nf_log_register(int pf, struct nf_logger *logger); |
160 | void nf_log_unregister_pf(int pf); | 160 | int nf_log_unregister_pf(int pf); |
161 | void nf_log_unregister_logger(struct nf_logger *logger); | 161 | void nf_log_unregister_logger(struct nf_logger *logger); |
162 | 162 | ||
163 | /* Calls the registered backend logging function */ | 163 | /* Calls the registered backend logging function */ |