diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-10 16:07:48 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-10 16:07:48 +0200 |
commit | db5fd298c748e237df4f871769108d204671beba (patch) | |
tree | b8b067c220a4e61a73189e5944fbbbecb0444197 /src | |
parent | 5fe5692d82882a4583d56b7fc4a3ca767ba63c37 (diff) | |
download | xine-lib-db5fd298c748e237df4f871769108d204671beba.tar.gz xine-lib-db5fd298c748e237df4f871769108d204671beba.tar.bz2 |
Reorder proxy elements to fill hole.
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_http.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/input_http.c b/src/input/input_http.c index ea1f93347..a5dff4a8a 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -123,13 +123,13 @@ typedef struct { config_values_t *config; char *proxyhost; + char *proxyhost_env; int proxyport; + int proxyport_env; + char *proxyuser; char *proxypassword; char *noproxylist; - - char *proxyhost_env; - int proxyport_env; } http_input_class_t; static void proxy_host_change_cb (void *this_gen, xine_cfg_entry_t *cfg) { |