pluto: Removed unneeded functions from PF_KEY interface.

We still use the algorithm registration.
This commit is contained in:
Tobias Brunner
2010-09-02 19:04:23 +02:00
parent 03ee9623f3
commit 4f898afc22
3 changed files with 31 additions and 427 deletions
-1
View File
@@ -17,5 +17,4 @@
extern void init_pfkey(void);
extern void pfkey_register_proto(unsigned satype, const char *satypename);
extern void pfkey_close(void);
extern const struct kernel_ops klips_kernel_ops;
#endif