00001 /*! \file cgi.h 00002 Header file for cgi.c. 00003 */ 00004 00005 #ifdef __cplusplus 00006 extern "C" { 00007 #endif 00008 00009 #ifndef CGI_HD 00010 00011 char* url_escape(char*); 00012 char* url_unescape(char*string, int); 00013 int get_domain (char *address, char *login, char *domain); 00014 #define CGI_HD 00015 00016 #endif 00017 00018 #ifdef __cplusplus 00019 } 00020 #endif 00021