#ifndef HV_URL_H_ #define HV_URL_H_ #include <string> std::string url_escape(const char* istr); std::string url_unescape(const char* istr); #endif // HV_URL_H_