summaryrefslogtreecommitdiff
path: root/common/attrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/attrs.h')
-rw-r--r--common/attrs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/attrs.h b/common/attrs.h
index 870f0d1..4e3f46c 100644
--- a/common/attrs.h
+++ b/common/attrs.h
@@ -55,6 +55,10 @@ CK_ATTRIBUTE * p11_attrs_take (CK_ATTRIBUTE *attrs,
CK_VOID_PTR value,
CK_ULONG length);
+CK_ATTRIBUTE * p11_attrs_merge (CK_ATTRIBUTE *attrs,
+ CK_ATTRIBUTE *merge,
+ bool replace);
+
bool p11_attrs_is_empty (const CK_ATTRIBUTE *attrs);
CK_ULONG p11_attrs_count (const CK_ATTRIBUTE *attrs);