Parent Directory
|
Revision Log
|
Patch
revision 4 by twoaday, Sun Feb 6 11:11:40 2005 UTC | revision 18 by twoaday, Fri May 20 08:38:47 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 flags; | unsigned int flags; |
38 | struct { | struct { |
39 | listview_ctrl_t ctl; | listview_ctrl_t ctl; |
# | Line 81 struct progress_filter_s { | Line 82 struct progress_filter_s { |
82 | }; | }; |
83 | ||
84 | ||
85 | struct http_file_s { | struct URL_ctx_s { |
86 | const char *title; | |
87 | const char *desc; | |
88 | char url[256]; | char url[256]; |
89 | char proxy[64]; | char proxy[64]; |
90 | int port; | int port; |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |