]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/netfilter/xt_rateest.h
Merge remote-tracking branch 'input/next'
[karo-tx-linux.git] / include / net / netfilter / xt_rateest.h
index 495c71f66e7e9334b3506174dc7e5352399938f4..79f45e19f31eaa54deb8437ef4b883bec78def84 100644 (file)
@@ -16,7 +16,7 @@ struct xt_rateest {
        struct rcu_head                 rcu;
 };
 
-extern struct xt_rateest *xt_rateest_lookup(const char *name);
-extern void xt_rateest_put(struct xt_rateest *est);
+struct xt_rateest *xt_rateest_lookup(const char *name);
+void xt_rateest_put(struct xt_rateest *est);
 
 #endif /* _XT_RATEEST_H */