From 2c51dc1a549816a34cb78230bf656537ecd21961 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Wed, 18 Aug 2010 03:42:55 +0200 Subject: Convert *_KEY_GENERATE --- ncr-int.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ncr-int.h') diff --git a/ncr-int.h b/ncr-int.h index 06ed483..2a7e2f4 100644 --- a/ncr-int.h +++ b/ncr-int.h @@ -122,7 +122,8 @@ int ncr_key_deinit(struct ncr_lists *lst, void __user* arg); int ncr_key_export(struct ncr_lists *lst, void __user* arg); int ncr_key_import(struct ncr_lists *lst, void __user* arg); void ncr_key_list_deinit(struct ncr_lists *lst); -int ncr_key_generate(struct ncr_lists *lst, void __user* arg); +int ncr_key_generate(struct ncr_lists *lst, const struct ncr_key_generate *gen, + struct nlattr *tb[]); int ncr_key_info(struct ncr_lists *lst, void __user* arg); int ncr_key_generate_pair(struct ncr_lists *lst, void __user* arg); -- cgit