/* $Id: CGI.h,v 1.6 2005/03/24 17:36:29 starfish Exp $ */ #include extern int web_GetQuery(char const *field, char *buf, size_t bufsize); extern int web_GetQueryAllocate(const char *field, char **bufptr); extern int web_GetCookie(const char *field, char *buf, size_t bufsize); extern void web_ClearCGI(void); extern void web_PrintString(FILE *file, char const *string);