mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Various changes to eventually support openpgp keys in pgp-agent.
Comment fixes. Minor chnages in preparation of a W32CE port.
This commit is contained in:
parent
7e97da9127
commit
8459bcf95a
23 changed files with 1123 additions and 1082 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue