/[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 210 by twoaday, Mon May 1 12:22:18 2006 UTC revision 211 by twoaday, Sun May 7 12:36:48 2006 UTC
# Line 155  int check_gnupg_engine (const char *need Line 155  int check_gnupg_engine (const char *need
155  const char * get_signature_status( gpgme_sigsum_t sigstat );  const char * get_signature_status( gpgme_sigsum_t sigstat );
156  void keycache_reload( HWND dlg );  void keycache_reload( HWND dlg );
157    
158  int get_pubkey (const char *keyid, gpgme_key_t *ret_key);  gpgme_error_t get_pubkey (const char *keyid, gpgme_key_t *ret_key);
159  int winpt_get_pubkey (const char *keyid, struct winpt_key_s *k);  gpgme_error_t winpt_get_pubkey (const char *keyid, struct winpt_key_s *k);
160  int get_seckey (const char *keyid, gpgme_key_t *ret_skey);  gpgme_error_t get_seckey (const char *keyid, gpgme_key_t *ret_skey);
161  int winpt_get_seckey (const char *keyid, struct winpt_key_s *k);  gpgme_error_t winpt_get_seckey (const char *keyid, struct winpt_key_s *k);
162    
163  void keycache_reload( HWND dlg );  void keycache_reload( HWND dlg );
164  void keycache_release (int cleanup);  void keycache_release (int cleanup);

Legend:
Removed from v.210  
changed lines
  Added in v.211

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26