summaryrefslogtreecommitdiffstats
path: root/g10/gpg.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-11-15 16:29:08 +0100
committerWerner Koch <wk@gnupg.org>2016-11-15 16:29:08 +0100
commit4bd12b571e661c7f208cf8a96c32bbacfc8b2598 (patch)
tree10c5fba757e4ea6b4864b36857cb991ccb491aa1 /g10/gpg.h
parentgpg: Use usual free semantics for packet structure free functions. (diff)
downloadgnupg2-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpg.h b/g10/gpg.h
index 8bc4c086e..3bf023be6 100644
--- a/g10/gpg.h
+++ b/g10/gpg.h
@@ -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. */