aboutsummaryrefslogtreecommitdiff
path: root/src/Utility/Unescape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utility/Unescape.h')
-rw-r--r--src/Utility/Unescape.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Utility/Unescape.h b/src/Utility/Unescape.h
new file mode 100644
index 0000000..0adb228
--- /dev/null
+++ b/src/Utility/Unescape.h
@@ -0,0 +1,10 @@
+#ifndef UNESCAPE_H
+#define UNESCAPE_H
+
+#include <stddef.h>
+
+char *unescape_search_url(const char *input);
+char *url_decode_query(const char *src);
+
+#endif
+