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