aboutsummaryrefslogtreecommitdiff
path: root/src/http_Request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http_Request.h')
-rw-r--r--src/http_Request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http_Request.h b/src/http_Request.h
index cb2a4f5..02cb600 100644
--- a/src/http_Request.h
+++ b/src/http_Request.h
@@ -67,7 +67,7 @@ extern "C"
{
#endif
-int HTTP_RegisterPage(const char *path, int (*function)(cGH *, httpRequest *, void *), void *data);
+int HTTP_RegisterPage(const char *path, int (*function)(const cGH *, httpRequest *, void *), void *data);
const char *HTTP_ArgumentValue(const httpRequest *request, const char *arg);