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

Diff of /trunk/MyGPGME/context.h

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

revision 14 by twoaday, Mon Apr 4 07:01:43 2005 UTC revision 15 by twoaday, Mon May 9 08:53:51 2005 UTC
# Line 1  Line 1 
1  /* context.h  /* context.h
2   *      Copyright (C) 2000 Werner Koch (dd9jn)   *      Copyright (C) 2000 Werner Koch (dd9jn)
3   *      Copyright (C) 2002, 2003, 2004 Timo Schulz   *      Copyright (C) 2002, 2003, 2004, 2005 Timo Schulz
4   *   *
5   * This file is part of MyGPGME.   * This file is part of MyGPGME.
6   *   *
# Line 104  struct gpgme_context_s { Line 104  struct gpgme_context_s {
104      int tmp_i;      int tmp_i;
105      char * tmp_id;      char * tmp_id;
106      char tmp_keyid[16+1];      char tmp_keyid[16+1];
   
107      void * tmp_res;      void * tmp_res;
108    
109      volatile int key_cond;  /* something new is available */      volatile int key_cond;  /* something new is available */
# Line 154  struct gpgme_context_s { Line 153  struct gpgme_context_s {
153      char * homedir;      char * homedir;
154    
155      int no_compress;      int no_compress;
156    
157      unsigned long proc_rc;      unsigned long proc_rc;
158  };  };
159    
# Line 164  struct gpgme_data_s { Line 164  struct gpgme_data_s {
164      gpgme_data_type_t type;      gpgme_data_type_t type;
165      gpgme_data_mode_t mode;      gpgme_data_mode_t mode;
166    
167      int (*read_cb)( void *, char *, size_t, size_t *);      int (*read_cb)(void *, char *, size_t, size_t *);
168      void *read_cb_value;      void *read_cb_value;
169      int read_cb_eof;      int read_cb_eof;
170    
# Line 204  struct user_id_info_s { Line 204  struct user_id_info_s {
204      struct user_id_info_s *next;      struct user_id_info_s *next;
205      struct user_id_flag_s flags;      struct user_id_flag_s flags;
206      int validity;      int validity;
207      char * name;      char *name;
208      char * prefs;          char *email;
209        char *prefs;    
210      int idx;      int idx;
211  };  };
212    

Legend:
Removed from v.14  
changed lines
  Added in v.15

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26