Index: /trunk/thirds/cgic206/cgic.c
===================================================================
--- /trunk/thirds/cgic206/cgic.c	(revision 97)
+++ /trunk/thirds/cgic206/cgic.c	(revision 98)
@@ -65,5 +65,4 @@
 char *cgiCookie;
 int cgiContentLength;
-int cgiTreatUrlEncoding;
 char *cgiAccept;
 char *cgiUserAgent;
@@ -75,4 +74,5 @@
 /* True if CGI environment was restored from a file. */
 static int cgiRestored = 0;
+static int cgiTreatUrlEncoding;
 
 static void cgiGetenv(char **s, char *var);
Index: /trunk/thirds/cgic206/cgic.h
===================================================================
--- /trunk/thirds/cgic206/cgic.h	(revision 97)
+++ /trunk/thirds/cgic206/cgic.h	(revision 98)
@@ -139,10 +139,4 @@
 #endif
 int cgiContentLength;
-
-extern 
-#ifdef __cplusplus
-"C" 
-#endif
-int cgiTreatUrlEncoding;
 
 /* Pointer to CGI output. The cgiHeader functions should be used
