/[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 200 by twoaday, Mon Apr 17 09:12:50 2006 UTC revision 206 by twoaday, Fri Apr 28 10:28:06 2006 UTC
# Line 48  enum gpg_editkey_t { Line 48  enum gpg_editkey_t {
48      GPG_EDITKEY_KEYSERV = 23,      GPG_EDITKEY_KEYSERV = 23,
49      GPG_EDITKEY_REVUID  = 24,      GPG_EDITKEY_REVUID  = 24,
50      GPG_EDITKEY_CLEAN   = 25,      GPG_EDITKEY_CLEAN   = 25,
51      GPG_EDITKEY_NOTATION= 26      GPG_EDITKEY_NOTATION= 26,
52        GPG_EDITKEY_MINIMIZE= 27
53  };  };
54    
55  /* Reasons for revocations. */  /* Reasons for revocations. */
# Line 169  public: Line 170  public:
170      gpgme_error_t delUseridSignature (int uid_index, int sig_index);      gpgme_error_t delUseridSignature (int uid_index, int sig_index);
171      gpgme_error_t setPreferredKeyserver (int uid_index, const char *url);      gpgme_error_t setPreferredKeyserver (int uid_index, const char *url);
172      gpgme_error_t cleanKey (void);      gpgme_error_t cleanKey (void);
173        gpgme_error_t minimizeKey (void);
174          
175    
176      gpgme_error_t getUseridInfo (gpg_uid_info_t *r_uinf);      gpgme_error_t getUseridInfo (gpg_uid_info_t *r_uinf);
177    

Legend:
Removed from v.200  
changed lines
  Added in v.206

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26