From: jongfoster <jongfoster@users.sourceforge.net>
Date: Wed, 1 Aug 2001 00:17:54 +0000 (+0000)
Subject: Adding prototype for map_conditional
X-Git-Tag: v_2_9_9~169
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/quickstart.html?a=commitdiff_plain;h=cf9045e1db210200fc227ea0e3206d211aa9eda8;p=privoxy.git

Adding prototype for map_conditional
---

diff --git a/cgi.h b/cgi.h
index 9613bfd2..9008744c 100644
--- a/cgi.h
+++ b/cgi.h
@@ -1,6 +1,6 @@
 #ifndef CGI_H_INCLUDED
 #define CGI_H_INCLUDED
-#define CGI_H_VERSION "$Id: cgi.h,v 1.7 2001/07/29 18:43:08 jongfoster Exp $"
+#define CGI_H_VERSION "$Id: cgi.h,v 1.8 2001/07/30 22:08:36 jongfoster Exp $"
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/cgi.h,v $
@@ -38,6 +38,12 @@
  *
  * Revisions   :
  *    $Log: cgi.h,v $
+ *    Revision 1.8  2001/07/30 22:08:36  jongfoster
+ *    Tidying up #defines:
+ *    - All feature #defines are now of the form FEATURE_xxx
+ *    - Permanently turned off WIN_GUI_EDIT
+ *    - Permanently turned on WEBDAV and SPLIT_PROXY_ARGS
+ *
  *    Revision 1.7  2001/07/29 18:43:08  jongfoster
  *    Changing #ifdef _FILENAME_H to FILENAME_H_INCLUDED, to conform to
  *    ANSI C rules.
@@ -100,6 +106,7 @@ extern void free_http_response(struct http_response *rsp);
 
 extern struct map *default_exports(struct client_state *csp, char *caller);
 extern struct map *map_block_killer(struct map *map, char *name);
+extern struct map *map_conditional(struct map *exports, char *name, int choose_first);
 extern char *fill_template(struct client_state *csp, const char *template, struct map *exports);