The host parameter to connect_to() is now const.
[privoxy.git] / project.h
index 2eb1d00..fc058ad 100644 (file)
--- a/project.h
+++ b/project.h
@@ -1,6 +1,6 @@
 #ifndef _PROJECT_H
 #define _PROJECT_H
 #ifndef _PROJECT_H
 #define _PROJECT_H
-#define PROJECT_H_VERSION "$Id: project.h,v 1.14 2001/06/03 11:03:48 oes Exp $"
+#define PROJECT_H_VERSION "$Id: project.h,v 1.15 2001/06/04 11:28:53 swa Exp $"
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/project.h,v $
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/project.h,v $
@@ -36,6 +36,9 @@
  *
  * Revisions   :
  *    $Log: project.h,v $
  *
  * Revisions   :
  *    $Log: project.h,v $
+ *    Revision 1.15  2001/06/04 11:28:53  swa
+ *    redirect did not work due to missing /
+ *
  *    Revision 1.14  2001/06/03 11:03:48  oes
  *    Makefile/in
  *
  *    Revision 1.14  2001/06/03 11:03:48  oes
  *    Makefile/in
  *
@@ -701,6 +704,7 @@ struct configuration_spec
    const char *logfile;
 
    const char *confdir;
    const char *logfile;
 
    const char *confdir;
+   const char *logdir;
    const char *actions_file;
    const char *forwardfile;
 
    const char *actions_file;
    const char *forwardfile;
 
@@ -769,7 +773,7 @@ struct configuration_spec
 
 /* Shouldn't end with '/' */
 #define HOME_PAGE_URL  "http://ijbswa.sourceforge.net"
 
 /* Shouldn't end with '/' */
 #define HOME_PAGE_URL  "http://ijbswa.sourceforge.net"
-#define REDIRECT_URL HOME_PAGE_URL "redirect.php?v=" VERSION "&to="
+#define REDIRECT_URL HOME_PAGE_URL "/redirect.php?v=" VERSION "&to="
 
 #define CGI_PREFIX_HOST "i.j.b"
 
 
 #define CGI_PREFIX_HOST "i.j.b"