Added prototype for init_domain_components().
authorFabian Keil <fk@fabiankeil.de>
Wed, 6 Dec 2006 19:12:43 +0000 (19:12 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 6 Dec 2006 19:12:43 +0000 (19:12 +0000)
urlmatch.h

index 54fb42a..b52bffc 100644 (file)
@@ -1,14 +1,14 @@
 #ifndef URLMATCH_H_INCLUDED
 #define URLMATCH_H_INCLUDED
 #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.
  *
  *
  * 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
  *                Privoxy team. http://www.privoxy.org/
  *
  *                Based on the Internet Junkbuster originally written
  *
  * Revisions   :
  *    $Log: urlmatch.h,v $
  *
  * 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!
  *
  *    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);
 #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);
 extern jb_err parse_http_request(const char *req,
                                  struct http_request *http,
                                  struct client_state *csp);