summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-11 17:46:44 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 22:51:37 +0200
commit491fc6dd6fff9b4d9676e03189ae76538184b51d (patch)
tree8281350eddfda38c245a5983f9594f35a6476365 /ncr-int.h
parentdbb2f11a32cdde060798c14cdac33f95e22f39bb (diff)
downloadcryptodev-linux-491fc6dd6fff9b4d9676e03189ae76538184b51d.tar.gz
cryptodev-linux-491fc6dd6fff9b4d9676e03189ae76538184b51d.tar.xz
cryptodev-linux-491fc6dd6fff9b4d9676e03189ae76538184b51d.zip
Convert *_KEY_INIT
Diffstat (limited to 'ncr-int.h')
-rw-r--r--ncr-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncr-int.h b/ncr-int.h
index 2a45907..06ed483 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -117,7 +117,7 @@ void ncr_key_clear(struct key_item_st* item);
void ncr_key_assign_flags(struct key_item_st* item, unsigned int flags);
/* key handling */
-int ncr_key_init(struct ncr_lists *lst, void __user* arg);
+int ncr_key_init(struct ncr_lists *lst);
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);