From b280ab6bcdf6c9bae46a7a21b7138d46d953dd71 Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 23 Feb 2026 00:57:21 -0500 Subject: oopsies --- 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