aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 52fd41e..037544d 100644
--- a/README
+++ b/README
@@ -32,7 +32,7 @@ where 'path' is the URI you want to register, e.g.
'function' is a function of the form
-int foo(cGH *cctkGH, httpRequest *request, void *data)
+int foo(const cGH *cctkGH, httpRequest *request, void *data)
which will be called when the page is accessed, with 'data' being the
same data pointer that was passed into the registration routine.