summaryrefslogtreecommitdiff
path: root/common/attrs.h
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-15 19:38:01 +0100
committerStef Walter <stefw@gnome.org>2013-03-15 19:38:01 +0100
commit57e835d55f6eae39c25b97e35efe0cb58e46b897 (patch)
tree7437615eec67552eb345e84c3ef793fac7a959a9 /common/attrs.h
parent7fd74a78fcad81227be3650239669bca5851a1db (diff)
trust: Update frob-nss-tool so it can compare modules for trust info
Can run with two modules now so that it can compare tokens NSS trust info.
Diffstat (limited to 'common/attrs.h')
-rw-r--r--common/attrs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/attrs.h b/common/attrs.h
index 4e3f46c..619403d 100644
--- a/common/attrs.h
+++ b/common/attrs.h
@@ -59,6 +59,8 @@ CK_ATTRIBUTE * p11_attrs_merge (CK_ATTRIBUTE *attrs,
CK_ATTRIBUTE *merge,
bool replace);
+void p11_attrs_purge (CK_ATTRIBUTE *attrs);
+
bool p11_attrs_is_empty (const CK_ATTRIBUTE *attrs);
CK_ULONG p11_attrs_count (const CK_ATTRIBUTE *attrs);