diff options
author | Werner Koch <wk@gnupg.org> | 2010-02-02 15:06:19 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-02-02 15:06:19 +0100 |
commit | 8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0 (patch) | |
tree | a9ce6bafa8e38e858cb358debc967bb5436f0e15 /g10/gpg.h | |
parent | Fixed a regression introduced with 2.0.14. (diff) | |
download | gnupg2-8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0.tar.xz gnupg2-8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0.zip |
Various changes to eventually support openpgp keys in pgp-agent.
Comment fixes.
Minor chnages in preparation of a W32CE port.
Diffstat (limited to 'g10/gpg.h')
-rw-r--r-- | g10/gpg.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* gpg.h - top level include file for gpg etc. - * Copyright (C) 2003, 2006 Free Software Foundation, Inc. + * Copyright (C) 2003, 2006, 2010 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -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; /* Session control object. This object is passed to most functions to |