Skip to content

Commit

Permalink
Update decodequery.h
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Mar 31, 2019
1 parent 92733f7 commit 3a06cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/decodequery.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <string.h> //strcpy,strchr,strtoul,strncmp,strlen
#include <ctype.h> //isxdigit

void decodeUrl(char *destination,const char *source);
void decodeUrl(char *destination,const char *source);
size_t decodeHtmlEntities(char *destination,const char *source);
// char *urlDecode(const char *str);
// static inline char toUpper(char c);
Expand Down

0 comments on commit 3a06cfc

Please sign in to comment.