From 8651b1e6267bc34c0dfb27088d893e44cfe8a6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 31 Mar 2004 07:42:49 +0000 Subject: New config option - list of domains without proxy. Add help strings into HTTP proxy options. CVS patchset: 6322 CVS date: 2004/03/31 07:42:49 --- src/input/http_helper.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/input/http_helper.h') diff --git a/src/input/http_helper.h b/src/input/http_helper.h index a89f93c3b..0c63f4a14 100644 --- a/src/input/http_helper.h +++ b/src/input/http_helper.h @@ -19,9 +19,12 @@ * * URL helper functions * - * $Id: http_helper.h,v 1.1 2003/11/26 08:09:58 tmattern Exp $ + * $Id: http_helper.h,v 1.2 2004/03/31 07:42:50 valtri Exp $ */ +#ifndef HTTP_HELPER_H +#define HTTP_HELPER_H + /* * url parser * {proto}://{user}:{password}@{host}:{port}{uri} @@ -31,8 +34,7 @@ * 0 invalid url * 1 valid url */ -#ifndef HTTP_HELPER_H -#define HTTP_HELPER_H int _x_parse_url (char *url, char **proto, char** host, int *port, char **user, char **password, char **uri); + #endif /* HTTP_HELPER_H */ -- cgit v1.2.3