Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

url_encode.h

Go to the documentation of this file.
00001 #ifndef URL_DECODE_H
00002 #define URL_ENCODE_H
00003 
00019 void url_encode( const char *source, char *target, int length );
00020 
00030 void url_decode( const char *source, char *target, int length );
00031 
00032 #endif

Generated on Thu Jul 2 15:49:25 2009 for cctools by  doxygen 1.3.9.1