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

Diff of /trunk/Include/wptContext.h

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

revision 37 by werner, Thu Oct 27 19:12:40 2005 UTC revision 151 by twoaday, Wed Jan 18 11:53:10 2006 UTC
# Line 46  struct winpt_key_s { Line 46  struct winpt_key_s {
46          int idx;                    /* selected index. */          int idx;                    /* selected index. */
47          int new_val;                /* new value */          int new_val;                /* new value */
48      } callback;      } callback;
49        char tmp_keyid[8+1];
50  };  };
51  typedef struct winpt_key_s * winpt_key_t;  typedef struct winpt_key_s * winpt_key_t;
52    
# Line 106  struct genkey_s { Line 107  struct genkey_s {
107      gpgme_key_t  newkey;        /* handle to the new key */      gpgme_key_t  newkey;        /* handle to the new key */
108      int          interactive;      int          interactive;
109      unsigned int first_start:1;      unsigned int first_start:1;
110        unsigned int cancel:1;
111        char         *fpr;          /* fingerprint of the key. */
112  };  };
113    
114  #endif /* WPT_CONTEXT_H */  #endif /* WPT_CONTEXT_H */

Legend:
Removed from v.37  
changed lines
  Added in v.151

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26