/[winpt]/trunk/MyGPGME/gpgme.h
ViewVC logotype

Diff of /trunk/MyGPGME/gpgme.h

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

revision 6 by twoaday, Mon Mar 7 13:21:36 2005 UTC revision 7 by twoaday, Mon Apr 4 07:01:43 2005 UTC
# Line 108  typedef enum { Line 108  typedef enum {
108      GPGME_Bad_Signature = 25,      GPGME_Bad_Signature = 25,
109      GPGME_Bad_Passphrase = 26,      GPGME_Bad_Passphrase = 26,
110      GPGME_Inv_Recipients = 28,      GPGME_Inv_Recipients = 28,
111      GPGME_Interal_GPG_Problem = 30,      GPGME_Internal_GPG_Problem = 30,
112      GPGME_Clip_Open = 31,      GPGME_Clip_Open = 31,
113      GPGME_Clip_Empty = 32,      GPGME_Clip_Empty = 32,
114      GPGME_Clip_Get = 33,      GPGME_Clip_Get = 33,
115      GPGME_Cipher_IDEA = 34,      GPGME_Cipher_IDEA = 34,
116      GPGME_Conf_InvOption = 35,      GPGME_Conf_InvOption = 35,
117        GPGME_SC_Failure = 36,
118    
119      /* Recipient Errors */          /* Recipient Errors */    
120      GPGME_RecpError_NoReason      =  100,      GPGME_RecpError_NoReason      =  100,
# Line 456  gpgme_error_t gpgme_get_enc_to_ctx( gpgm Line 457  gpgme_error_t gpgme_get_enc_to_ctx( gpgm
457  void gpgme_clear_enc_to_ctx (gpgme_ctx_t ctx);  void gpgme_clear_enc_to_ctx (gpgme_ctx_t ctx);
458  char * gpgme_get_notation (gpgme_ctx_t ctx);  char * gpgme_get_notation (gpgme_ctx_t ctx);
459  char * gpgme_get_logging (gpgme_ctx_t ctx);  char * gpgme_get_logging (gpgme_ctx_t ctx);
460    gpgme_error_t gpgme_check_logging (gpgme_ctx_t ctx);
461  void gpgme_set_comment (gpgme_ctx_t c, const char * text);  void gpgme_set_comment (gpgme_ctx_t c, const char * text);
462  void * gpgme_control( gpgme_ctx_t c, int cmd, int val );  void * gpgme_control( gpgme_ctx_t c, int cmd, int val );
463  void gpgme_set_passphrase_cb( gpgme_ctx_t c,  void gpgme_set_passphrase_cb( gpgme_ctx_t c,
# Line 796  void gpgme_editkey_revkey_set( gpgme_edi Line 798  void gpgme_editkey_revkey_set( gpgme_edi
798                                  const char * passwd );                                  const char * passwd );
799  void  gpgme_editkey_setpref_set (gpgme_editkey_t ctx, const char * new_prefs,  void  gpgme_editkey_setpref_set (gpgme_editkey_t ctx, const char * new_prefs,
800                                   int uid_idx, const char * passwd);                                   int uid_idx, const char * passwd);
801  int gpgme_editkey_addrev_set (gpgme_editkey_t ctx, const char * userid,  gpgme_error_t gpgme_editkey_addrev_set (gpgme_editkey_t ctx, const char * userid,
802                                 const char * passwd);                                 const char * passwd);
803  void gpgme_editkey_addphoto_set( gpgme_editkey_t ctx, const char *jpegfile,  void gpgme_editkey_addphoto_set( gpgme_editkey_t ctx, const char *jpegfile,
804                                   const char * passwd );                                   const char * passwd );

Legend:
Removed from v.6  
changed lines
  Added in v.7

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26