/[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 25 by twoaday, Wed Oct 12 10:04:26 2005 UTC revision 26 by twoaday, Mon Oct 17 08:49:30 2005 UTC
# Line 115  struct passphrase_cb_s { Line 115  struct passphrase_cb_s {
115      char keyid[16+1];      char keyid[16+1];
116      HWND hwnd;      HWND hwnd;
117      int cancel;      int cancel;
118      int is_card;      unsigned int is_card:1;
119        unsigned int bad_pwd:1;
120      gpgme_ctx_t gpg;      gpgme_ctx_t gpg;
121      struct {      struct {
122          int sym_algo;          int sym_algo;
# Line 172  void gnupg_display_error (void); Line 173  void gnupg_display_error (void);
173  int gnupg_copy_keyrings (void);  int gnupg_copy_keyrings (void);
174  int check_gnupg_engine (int *r_major, int *r_minor, int *r_patch);  int check_gnupg_engine (int *r_major, int *r_minor, int *r_patch);
175    
 gpg_card_t smartcard_init (void);  
   
176  /*-- wptGPGME.cpp --*/  /*-- wptGPGME.cpp --*/
177  const char * get_signature_status( gpgme_sigsum_t sigstat );  const char * get_signature_status( gpgme_sigsum_t sigstat );
178  void keycache_reload( HWND dlg );  void keycache_reload( HWND dlg );

Legend:
Removed from v.25  
changed lines
  Added in v.26

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26