aboutsummaryrefslogtreecommitdiffstats
path: root/g10/kbx.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/kbx.h')
-rw-r--r--g10/kbx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/g10/kbx.h b/g10/kbx.h
index 9e61ebbd0..6508d3eab 100644
--- a/g10/kbx.h
+++ b/g10/kbx.h
@@ -21,6 +21,12 @@
#ifndef GPG_KBX_H
#define GPG_KBX_H 1
+#include "keydb.h"
+
+typedef struct kbxblob *KBXBLOB;
+
+int kbx_create_blob ( KBXBLOB *retkbx, KBNODE keyblock );
+void kbx_release_blob ( KBXBLOB blob );
#endif /*GPG_KBX_H*/