Parent Directory
|
Revision Log
|
Patch
revision 18 by twoaday, Fri May 20 08:38:47 2005 UTC | revision 22 by twoaday, Wed Aug 10 11:33:35 2005 UTC | |
---|---|---|
# | Line 34 struct winpt_key_s { | Line 34 struct winpt_key_s { |
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; | 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 89 struct URL_ctx_s { | Line 91 struct URL_ctx_s { |
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 */ |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |