summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncr-int.h')
-rw-r--r--ncr-int.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ncr-int.h b/ncr-int.h
index 6f4fb94..419b9e6 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -157,7 +157,9 @@ int ncr_key_wrap(struct ncr_lists *lst, const struct ncr_key_wrap *wrap,
struct nlattr *tb[]);
int ncr_key_unwrap(struct ncr_lists *lst, const struct ncr_key_unwrap *wrap,
struct nlattr *tb[]);
-int ncr_key_storage_wrap(struct ncr_lists *lst, void __user* arg);
+int ncr_key_storage_wrap(struct ncr_lists *lst,
+ const struct ncr_key_storage_wrap *wrap,
+ struct nlattr *tb[]);
int ncr_key_storage_unwrap(struct ncr_lists *lst, void __user* arg);
/* sessions */