show version string of cgi.h and cgi.c
authorswa <swa@users.sourceforge.net>
Mon, 4 Jun 2001 10:41:52 +0000 (10:41 +0000)
committerswa <swa@users.sourceforge.net>
Mon, 4 Jun 2001 10:41:52 +0000 (10:41 +0000)
cgi.c
showargs.c

diff --git a/cgi.c b/cgi.c
index c1bac6f..f461bb3 100644 (file)
--- a/cgi.c
+++ b/cgi.c
@@ -1,4 +1,4 @@
-const char cgi_rcs[] = "$Id: cgi.c,v 1.1 2001/06/03 11:03:48 oes Exp $";
+const char cgi_rcs[] = "$Id: cgi.c,v 1.3 2001/06/03 19:12:16 oes Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/cgi.c,v $
@@ -36,6 +36,9 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.1 2001/06/03 11:03:48 oes Exp $";
  *
  * Revisions   :
  *    $Log: cgi.c,v $
+ *    Revision 1.3  2001/06/03 19:12:16  oes
+ *    introduced new cgi handling
+ *
  *    Revision 1.1  2001/06/03 11:03:48  oes
  *    Makefile/in
  *
@@ -116,6 +119,7 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.1 2001/06/03 11:03:48 oes Exp $";
 #include "miscutil.h"
 #include "showargs.h"
 
+const char cgi_h_rcs[] = CGI_H_VERSION;
 
 const struct cgi_dispatcher cgi_dispatchers[] = {
    { "show-status", 
index 80247e2..0dd2ef3 100644 (file)
@@ -356,6 +356,8 @@ char *end_proxy_args(struct configuration_spec * config)
    /* In alphabetical order */
    SHOW_RCS(actions_h_rcs)
    SHOW_RCS(actions_rcs)
+   SHOW_RCS(cgi_h_rcs)
+   SHOW_RCS(cgi_rcs)
 #ifdef __MINGW32__
    SHOW_RCS(cygwin_h_rcs)
 #endif