mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-20 14:37:08 +01:00
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>
This commit is contained in:
parent
dd2e092339
commit
ca54d3f148
@ -21,12 +21,7 @@
|
|||||||
#define KBX_BACKEND_H
|
#define KBX_BACKEND_H
|
||||||
|
|
||||||
#include <ksba.h>
|
#include <ksba.h>
|
||||||
#include "keybox-search-desc.h"
|
#include "keybox.h"
|
||||||
|
|
||||||
/* Forward declaration of the keybox handle type. */
|
|
||||||
struct keybox_handle;
|
|
||||||
typedef struct keybox_handle *KEYBOX_HANDLE;
|
|
||||||
|
|
||||||
|
|
||||||
/* The types of the backends. */
|
/* The types of the backends. */
|
||||||
enum database_types
|
enum database_types
|
||||||
|
Loading…
x
Reference in New Issue
Block a user