From db5fd298c748e237df4f871769108d204671beba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 10 Jun 2007 16:07:48 +0200 Subject: Reorder proxy elements to fill hole. --- src/input/input_http.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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) { -- cgit v1.2.3