aboutsummaryrefslogtreecommitdiffstats
path: root/g10/kbx.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2000-03-13 18:19:12 +0000
committerWerner Koch <[email protected]>2000-03-13 18:19:12 +0000
commit14a2e006bcd829671191c127d7ad3288995db8f9 (patch)
treeca819fd1b70778754f9ef438a62269e28896a7e6 /g10/kbx.h
parentSee ChangeLog: Mon Feb 21 22:43:01 CET 2000 Werner Koch (diff)
downloadgnupg-14a2e006bcd829671191c127d7ad3288995db8f9.tar.gz
gnupg-14a2e006bcd829671191c127d7ad3288995db8f9.zip
See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner Koch
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*/