Add kbnode_t for easier backporting.

* g10/global.h (kbnode_t): New.
This commit is contained in:
Werner Koch 2014-08-06 17:09:15 +02:00
parent c05918c1b9
commit dcf58b3471
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#define MAX_FINGERPRINT_LEN 20
typedef struct kbnode_struct *KBNODE;
typedef struct kbnode_struct *kbnode_t;
typedef struct keydb_search_desc KEYDB_SEARCH_DESC;
#endif /*GPG_GLOBAL_H*/