From bf0001377ee0765926ae1848ccab76f5cdb5608a Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 4 Jan 2002 13:00:56 +0000 Subject: Callback functions, which serve registered pages, take a 'const cGH *' argument now. Also fixed a small memory leak in redirection code. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@145 1faa4e14-9dd3-4be0-9f0e-ffe519881164 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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. -- cgit v1.2.3