From f3aa7ca0bc2ef7c286609e8f87d07cc2568093af Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 6 Jan 2026 23:46:24 -0500 Subject: rebase(d) --- src/Utility/Unescape.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Utility/Unescape.h (limited to 'src/Utility/Unescape.h') 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 + +char *unescape_search_url(const char *input); +char *url_decode_query(const char *src); + +#endif + -- cgit v1.2.3