/[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 2 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 22 by twoaday, Wed Aug 10 11:33:35 2005 UTC
# Line 33  struct winpt_key_s { Line 33  struct winpt_key_s {
33      const char * keyid;      const char * keyid;
34      unsigned int key_pair:1;      unsigned int key_pair:1;
35      unsigned int is_protected:1;      unsigned int is_protected:1;
36        unsigned int update:1;
37        unsigned int is_v3:1;
38      unsigned int flags;      unsigned int flags;
39        gpgme_key_t  ctx;
40      struct {      struct {
41          listview_ctrl_t ctl;          listview_ctrl_t ctl;
42          int idx;          int idx;
# Line 70  struct import_status_s { Line 73  struct import_status_s {
73  };  };
74    
75  struct progress_filter_s {  struct progress_filter_s {
76        HWND     hwnd;
77      HWND     dlg;      HWND     dlg;
78      HANDLE   thread_hd;      HANDLE   thread_hd;
79      int      error;      int      error;
# Line 80  struct progress_filter_s { Line 84  struct progress_filter_s {
84  };  };
85    
86    
87  struct http_file_s {  struct URL_ctx_s {
88        const char *title;
89        const char *desc;
90      char url[256];      char url[256];
91      char proxy[64];      char proxy[64];
92      int  port;      int  port;
93      int  cancel;      int  cancel;
94        int  check;
95  };  };
96    
97  struct key_wizard_s {  struct first_start_s {
98        int choice;
99    };
100    
101    struct genkey_s {
102        gpgme_key_t newkey;    
103      int interactive;      int interactive;
104        unsigned int first_start:1;
105  };  };
106    
107  #endif /* WPT_CONTEXT_H */  #endif /* WPT_CONTEXT_H */

Legend:
Removed from v.2  
changed lines
  Added in v.22

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26