summaryrefslogtreecommitdiffstats
path: root/kbx/backend.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2021-09-30 03:14:37 +0200
committerNIIBE Yutaka <gniibe@fsij.org>2021-09-30 03:14:37 +0200
commitca54d3f148933baac1f0243f76e4961abca285b1 (patch)
treecb200b6a777d26210ad08c8ab285e2fd3160fee3 /kbx/backend.h
parentgpg: Handle backsig for v5 signature. (diff)
downloadgnupg2-ca54d3f148933baac1f0243f76e4961abca285b1.tar.xz
gnupg2-ca54d3f148933baac1f0243f76e4961abca285b1.zip
kbx: Let it include keybox.h to avoid multiple typedefs.
* kbx/backend.h: Include keybox.h. -- GnuPG-bug-id: 5630 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to '')
-rw-r--r--kbx/backend.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/kbx/backend.h b/kbx/backend.h
index d6178cd01..1ebdd1e23 100644
--- a/kbx/backend.h
+++ b/kbx/backend.h
@@ -21,12 +21,7 @@
#define KBX_BACKEND_H
#include <ksba.h>
-#include "keybox-search-desc.h"
-
-/* Forward declaration of the keybox handle type. */
-struct keybox_handle;
-typedef struct keybox_handle *KEYBOX_HANDLE;
-
+#include "keybox.h"
/* The types of the backends. */
enum database_types