aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Content.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Content.c b/src/Content.c
index a2d7e3c..ccc5421 100644
--- a/src/Content.c
+++ b/src/Content.c
@@ -12,6 +12,7 @@
@@*/
#include "cctk.h"
+#include "cctk_Arguments.h"
#include <stdlib.h>
#include <string.h>
@@ -86,7 +87,7 @@ static int CookieTestPage(const cGH *cctkGH, httpRequest *request, void *data);
********************* Other Routine Prototypes *********************
********************************************************************/
-void HTTP_ContentWork(const cGH *GH);
+void HTTP_ContentWork(CCTK_ARGUMENTS);
int HTTP_RegisterPages(void);
int HTTPi_RegisterGroupsPages(void);
int HTTPi_RegisterThornPages(void);
@@ -173,11 +174,8 @@ CCTK_GetParameterFilenameString( String *name )
@endhistory
@@*/
-void HTTP_ContentWork(const cGH *GH)
+void HTTP_ContentWork(CCTK_ARGUMENTS)
{
- /* avoid compiler warning about unused parameter */
- GH = GH;
-
#if 0
HTTP_SteerDispatch();
#endif