summaryrefslogtreecommitdiff
path: root/p11-capi-cert.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-09 20:13:21 +0000
committerStef Walter <stef@memberwebs.com>2008-12-09 20:13:21 +0000
commitb3e582f8c39acfc82d040ec6be39ef9fa8ef024e (patch)
tree9d487c44e4b1e5a014d17dfcecf12e0f8091f56b /p11-capi-cert.h
parentd108e2008ec7205ef3907296fd3e5a810e45919b (diff)
Same more fixes after rename.
Diffstat (limited to 'p11-capi-cert.h')
-rw-r--r--p11-capi-cert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-capi-cert.h b/p11-capi-cert.h
index a19b740..f85d7b3 100644
--- a/p11-capi-cert.h
+++ b/p11-capi-cert.h
@@ -24,7 +24,7 @@
#include "p11-capi-util.h"
/* Find certificates matching criteria */
-CK_R p11c_cert_find (P11cSession* sess, CK_OBJECT_CLASS cls,
+CK_RV p11c_cert_find (P11cSession* sess, CK_OBJECT_CLASS cls,
CK_ATTRIBUTE_PTR match, CK_ULONG count,
P11cArray* arr);