diff options
Diffstat (limited to 'g10/kbx.h')
-rw-r--r-- | g10/kbx.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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*/ |