00001 00020 00021 #ifndef _SMPCGI_H__ 00022 #define _SMPCGI_H__ 00023 00024 #include "cgiapi_t.h" 00025 #include "cgiapi.h" 00026 00034 int CGIEntrance(rpCgiPtr CgiRequest); 00035 00042 void CGIExit(); 00043 00048 int size(); 00049 00058 FormItem far* getFirstTag(); 00059 00069 FormItem far* getNextTag(); 00070 00078 FormItem far* getTagAt(int tag); 00079 00080 #endif /* _SMPCGI_H__ */
1.0.0 written by Dimitri van Heesch,
© 1997-1999