Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Examples  

cgi.h

Go to the documentation of this file.
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 

Generated on Thu Apr 3 16:23:42 2003 for Common_C_libraries by doxygen1.3-rc1