~kramsmada/ubuntu/vivid/gnupg2/1407513-gpg-agent-set-ssh-env-vars

« back to all changes in this revision

Viewing changes to g10/gpg.h

  • Committer: Package Import Robot
  • Author(s): Eric Dorland
  • Date: 2014-08-19 18:09:08 UTC
  • mfrom: (1.1.24)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: package-import@ubuntu.com-20140819180908-j41yo0ozwijmdi4e
Tags: 2.0.26-1
* New upstream release.
* debian/control: Suggest parcimonie. Thanks ilf. (Closes: #752261)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
/* Object used to describe a keyblok node.  */
52
52
typedef struct kbnode_struct *KBNODE;
 
53
typedef struct kbnode_struct *kbnode_t;
53
54
/* Object used for looking ob keys.  */
54
55
typedef struct keydb_search_desc KEYDB_SEARCH_DESC;
55
56