Adding prototype for map_conditional
authorjongfoster <jongfoster@users.sourceforge.net>
Wed, 1 Aug 2001 00:17:54 +0000 (00:17 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Wed, 1 Aug 2001 00:17:54 +0000 (00:17 +0000)
cgi.h

diff --git a/cgi.h b/cgi.h
index 9613bfd..9008744 100644 (file)
--- a/cgi.h
+++ b/cgi.h
@@ -1,6 +1,6 @@
 #ifndef CGI_H_INCLUDED
 #define CGI_H_INCLUDED
 #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 $
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/cgi.h,v $
  *
  * Revisions   :
  *    $Log: cgi.h,v $
  *
  * 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.
  *    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 *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);
 
 
 extern char *fill_template(struct client_state *csp, const char *template, struct map *exports);