Changeset 98 for trunk/thirds/cgic206
- Timestamp:
- Jan 30, 2011, 7:10:44 PM (14 years ago)
- Location:
- trunk/thirds/cgic206
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/thirds/cgic206/cgic.c
r97 r98 65 65 char *cgiCookie; 66 66 int cgiContentLength; 67 int cgiTreatUrlEncoding;68 67 char *cgiAccept; 69 68 char *cgiUserAgent; … … 75 74 /* True if CGI environment was restored from a file. */ 76 75 static int cgiRestored = 0; 76 static int cgiTreatUrlEncoding; 77 77 78 78 static void cgiGetenv(char **s, char *var); -
trunk/thirds/cgic206/cgic.h
r97 r98 139 139 #endif 140 140 int cgiContentLength; 141 142 extern143 #ifdef __cplusplus144 "C"145 #endif146 int cgiTreatUrlEncoding;147 141 148 142 /* Pointer to CGI output. The cgiHeader functions should be used
Note: See TracChangeset
for help on using the changeset viewer.