diff options
Diffstat (limited to 'common/attrs.h')
-rw-r--r-- | common/attrs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/attrs.h b/common/attrs.h index f6eb950..87e0af1 100644 --- a/common/attrs.h +++ b/common/attrs.h @@ -104,7 +104,8 @@ bool p11_attrs_matchn (const CK_ATTRIBUTE *attrs, const CK_ATTRIBUTE *match, CK_ULONG count); -char * p11_attrs_to_string (const CK_ATTRIBUTE *attrs); +char * p11_attrs_to_string (const CK_ATTRIBUTE *attrs, + int count); char * p11_attr_to_string (const CK_ATTRIBUTE *attr); |