We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92733f7 commit 3a06cfcCopy full SHA for 3a06cfc
source/decodequery.h
@@ -17,7 +17,7 @@
17
#include <string.h> //strcpy,strchr,strtoul,strncmp,strlen
18
#include <ctype.h> //isxdigit
19
20
- void decodeUrl(char *destination,const char *source);
+ void decodeUrl(char *destination,const char *source);
21
size_t decodeHtmlEntities(char *destination,const char *source);
22
// char *urlDecode(const char *str);
23
// static inline char toUpper(char c);
0 commit comments