diff options
Diffstat (limited to 'libcommon/url.h')
-rw-r--r-- | libcommon/url.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcommon/url.h b/libcommon/url.h new file mode 100644 index 0000000..bd60616 --- /dev/null +++ b/libcommon/url.h @@ -0,0 +1,6 @@ +#pragma once + +#include <string> + +std::string urlDecode(std::string s); + |