projects
/
claws.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
RSSyl: preferences for HTTP auth basic
[claws.git]
/
src
/
plugins
/
rssyl
/
rssyl_feed_props.h
diff --git
a/src/plugins/rssyl/rssyl_feed_props.h
b/src/plugins/rssyl/rssyl_feed_props.h
index 5aa45394631606c48a613fbb5982e4533ab9e947..d1e088b2bc35e4fbf53d4bd93edee9684f32bfbf 100644
(file)
--- a/
src/plugins/rssyl/rssyl_feed_props.h
+++ b/
src/plugins/rssyl/rssyl_feed_props.h
@@
-17,6
+17,9
@@
struct _RFeedProp {
GtkWidget *write_heading;
GtkWidget *ignore_title_rename;
GtkWidget *ssl_verify_peer;
+ GtkWidget *auth_type;
+ GtkWidget *auth_username;
+ GtkWidget *auth_password;
};
typedef struct _RFeedProp RFeedProp;