From: Fabian Keil Date: Wed, 6 Dec 2006 19:12:43 +0000 (+0000) Subject: Added prototype for init_domain_components(). X-Git-Tag: v_3_0_7~474 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=2b06aa41686e1cff71c930d4dda64982af50ac47 Added prototype for init_domain_components(). --- diff --git a/urlmatch.h b/urlmatch.h index 54fb42ab..b52bffc2 100644 --- a/urlmatch.h +++ b/urlmatch.h @@ -1,14 +1,14 @@ #ifndef URLMATCH_H_INCLUDED #define URLMATCH_H_INCLUDED -#define URLMATCH_H_VERSION "$Id: urlmatch.h,v 1.3 2002/03/26 22:29:55 swa Exp $" +#define URLMATCH_H_VERSION "$Id: urlmatch.h,v 1.5 2006/07/18 14:48:47 david__schmidt Exp $" /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/Attic/urlmatch.h,v $ + * File : $Source: /cvsroot/ijbswa/current/urlmatch.h,v $ * * Purpose : Declares functions to match URLs against URL * patterns. * - * Copyright : Written by and Copyright (C) 2001 the SourceForge + * Copyright : Written by and Copyright (C) 2001-2002, 2006 the SourceForge * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written @@ -35,6 +35,10 @@ * * Revisions : * $Log: urlmatch.h,v $ + * Revision 1.5 2006/07/18 14:48:47 david__schmidt + * Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch) + * with what was really the latest development (the v_3_0_branch branch) + * * Revision 1.3 2002/03/26 22:29:55 swa * we have a new homepage! * @@ -69,6 +73,7 @@ extern "C" { #endif extern void free_http_request(struct http_request *http); +extern jb_err init_domain_components(struct http_request *http); extern jb_err parse_http_request(const char *req, struct http_request *http, struct client_state *csp);