mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Add kbnode_t for easier backporting.
* g10/gpg.h (kbnode_t): New.
This commit is contained in:
parent
4500d3cb6d
commit
25d5480e98
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ struct server_local_s;
|
|||
|
||||
/* Object used to describe a keyblok node. */
|
||||
typedef struct kbnode_struct *KBNODE;
|
||||
typedef struct kbnode_struct *kbnode_t;
|
||||
/* Object used for looking ob keys. */
|
||||
typedef struct keydb_search_desc KEYDB_SEARCH_DESC;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue