aboutsummaryrefslogtreecommitdiff
path: root/query.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-09-19 01:20:30 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-09-19 01:20:30 +0200
commit4b838fced8cd5fd2c24300e3f9132a1474051a76 (patch)
tree62be70f1da57b87c863f03eb9054056f9b841aa2 /query.h
parent7708b5f493bf3057af331624d29664ad17a87dbc (diff)
downloadcforum-4b838fced8cd5fd2c24300e3f9132a1474051a76.tar.gz
Implement URL decode and HTML escape functions
Diffstat (limited to 'query.h')
-rw-r--r--query.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/query.h b/query.h
index 6a4c1cc..d9c7ac9 100644
--- a/query.h
+++ b/query.h
@@ -13,4 +13,5 @@ enum method{
char *nextparam(enum method, int *, int);
void setquery(void);
-char *split(char *); \ No newline at end of file
+char *split(char *);
+int urldecode(char *, int); \ No newline at end of file