source: trunk/gsdl/src/w32server/cgiwrapper.h@ 611

Last change on this file since 611 was 611, checked in by sjboddie, 25 years ago

initial commit of windows server code

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 559 bytes
Line 
1#ifndef CGIWRAPPER_H
2#define CGIWRAPPER_H
3
4#include "httpreq.h"
5#include "locate.h"
6
7// the number of times the library has been accessed
8extern int libaccessnum;
9
10int ExamineURIStr(char *URIStr,RequestInfoT *RequestInfo,
11 RequestFieldsT *RequestFields);
12
13// reads any configure file that has been set up and
14// sets up the library
15// returns 1 if successful, 0 if unsuccessful
16int gsdl_init ();
17
18// returns 0 if the directories cant be found
19// and the user wants to quit (it returns 1
20// if everything is ok)
21int cstrcheckdir (char *cstrthedir);
22
23#endif
Note: See TracBrowser for help on using the repository browser.