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

Diff of /trunk/Include/wptGPG.h

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

revision 228 by twoaday, Mon Jun 12 13:40:21 2006 UTC revision 229 by twoaday, Mon Jun 19 14:04:31 2006 UTC
# Line 145  int gpg_check_permissions (int showmsg); Line 145  int gpg_check_permissions (int showmsg);
145  int gnupg_check_homedir (void);  int gnupg_check_homedir (void);
146  int gnupg_access_keyring (int _pub);  int gnupg_access_keyring (int _pub);
147  void gnupg_backup_options ();  void gnupg_backup_options ();
148  void gnupg_backup_keyrings (int auto_backup, int backup_mode,  void gnupg_backup_keyrings (int auto_backup, int backup_mode,
149                              int include_secr);                              int include_secr);
150  void gnupg_display_error (void);  void gnupg_display_error (void);
151  int gnupg_copy_keyrings (void);  int gnupg_copy_keyrings (void);
# Line 197  enum passdlg_t { Line 197  enum passdlg_t {
197      PASSDLG_REPEAT  = 0,      PASSDLG_REPEAT  = 0,
198      PASSDLG_INIT    = 1,        PASSDLG_INIT    = 1,  
199      PASSDLG_STRICT  = 2,      PASSDLG_STRICT  = 2,
200      PASSDLG_NOTEMPTY= 4      PASSDLG_NOTEMPTY= 4,
201        PASSDLG_WARN_UTF8=8,
202  };  };
203    
204  void set_gpg_passphrase_cb (passphrase_cb_s *cb, gpgme_ctx_t ctx,  void set_gpg_passphrase_cb (passphrase_cb_s *cb, gpgme_ctx_t ctx,
# Line 207  void release_gpg_recipients (gpgme_recip Line 208  void release_gpg_recipients (gpgme_recip
208    
209  char *request_passphrase (const char *title, int flags, int *ret_cancel);  char *request_passphrase (const char *title, int flags, int *ret_cancel);
210  char *request_passphrase2 (const char *title, int flags, int *ret_cancel);  char *request_passphrase2 (const char *title, int flags, int *ret_cancel);
211  char *request_key_passphrase (gpgme_key_t key, const char *title,  char *request_key_passphrase (gpgme_key_t key, const char *title,
212                                int *ret_cancel);                                int *ret_cancel);
213  const char * passphrase_cb (void *opaque, const char * desc, void *r_hd);  const char * passphrase_cb (void *opaque, const char * desc, void *r_hd);
214  char * get_key_userid (const char *keyid);  char * get_key_userid (const char *keyid);

Legend:
Removed from v.228  
changed lines
  Added in v.229

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26