[Pkg-gnupg-commit] [gnupg2] 258/292: doc: Add comment to make clear that KBNODE is deprecated.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Nov 21 06:31:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 4bd12b571e661c7f208cf8a96c32bbacfc8b2598
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Nov 15 16:29:08 2016 +0100

    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 at gnupg.org>
---
 g10/gpg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/g10/gpg.h b/g10/gpg.h
index 8bc4c08..3bf023b 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.  */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list