diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2021-09-30 03:14:37 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2021-09-30 03:14:37 +0200 |
commit | ca54d3f148933baac1f0243f76e4961abca285b1 (patch) | |
tree | cb200b6a777d26210ad08c8ab285e2fd3160fee3 /kbx/backend.h | |
parent | gpg: Handle backsig for v5 signature. (diff) | |
download | gnupg2-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.h | 7 |
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 |