oopsies
This commit is contained in:
10
src/Utility/Unescape.h
Normal file
10
src/Utility/Unescape.h
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user