diff options
author | Werner Koch <wk@gnupg.org> | 2016-11-15 16:29:08 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2016-11-15 16:29:08 +0100 |
commit | 4bd12b571e661c7f208cf8a96c32bbacfc8b2598 (patch) | |
tree | 10c5fba757e4ea6b4864b36857cb991ccb491aa1 /g10/gpg.h | |
parent | gpg: Use usual free semantics for packet structure free functions. (diff) | |
download | gnupg2-4bd12b571e661c7f208cf8a96c32bbacfc8b2598.tar.xz gnupg2-4bd12b571e661c7f208cf8a96c32bbacfc8b2598.zip |
doc: Add comment to make clear that KBNODE is deprecated.
--
kbnode_t has replaced KBNODE for new code years ago, but that should
be documented. No bulk changes please to keep git blame easy to read.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'g10/gpg.h')
-rw-r--r-- | g10/gpg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ struct dirmngr_local_s; typedef struct dirmngr_local_s *dirmngr_local_t; /* Object used to describe a keyblok node. */ -typedef struct kbnode_struct *KBNODE; +typedef struct kbnode_struct *KBNODE; /* Deprecated use kbnode_t. */ typedef struct kbnode_struct *kbnode_t; /* TOFU database meta object. */ |