/[winpt]/trunk/Include/wptKeyEdit.h
ViewVC logotype

Diff of /trunk/Include/wptKeyEdit.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 28 by twoaday, Thu Oct 20 12:35:59 2005 UTC revision 33 by twoaday, Tue Oct 25 07:46:20 2005 UTC
# Line 22  Line 22 
22  #define WPT_KEY_EDIT_H  #define WPT_KEY_EDIT_H
23    
24  /* IDs for all possible gpg edit key commands. */  /* IDs for all possible gpg edit key commands. */
25  enum {  enum gpg_editkey_t {
26      GPG_EDITKEY_SIGN    =  1,      GPG_EDITKEY_SIGN    =  1,
27      GPG_EDITKEY_LSIGN   =  2,      GPG_EDITKEY_LSIGN   =  2,
28      GPG_EDITKEY_NRSIGN  = 19,      GPG_EDITKEY_NRSIGN  = 19,
# Line 50  enum { Line 50  enum {
50  };  };
51    
52  /* Reasons for revocations. */  /* Reasons for revocations. */
53  enum {  enum gpg_revoke_t {
54      GPG_REVOKE_INSECURE   = 1,      GPG_REVOKE_INSECURE   = 1,
55      GPG_REVOKE_SUPERSEDED = 2,      GPG_REVOKE_SUPERSEDED = 2,
56      GPG_REVOKE_NOUSED     = 3      GPG_REVOKE_NOUSED     = 3
# Line 58  enum { Line 58  enum {
58    
59    
60  /* Possible results for the operation. */  /* Possible results for the operation. */
61  enum {  enum gpg_edit_result_t {
62      GPG_EDITRES_ALREADY_SIGNED = 1,      GPG_EDITRES_ALREADY_SIGNED = 1,
63      GPG_EDITRES_BAD_PASSPHRASE = 2      GPG_EDITRES_BAD_PASSPHRASE = 2
64  };  };

Legend:
Removed from v.28  
changed lines
  Added in v.33

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26