aboutsummaryrefslogtreecommitdiff
path: root/src/Processors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Processors.c')
-rw-r--r--src/Processors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Processors.c b/src/Processors.c
index a954287..737b350 100644
--- a/src/Processors.c
+++ b/src/Processors.c
@@ -30,7 +30,7 @@ CCTK_FILEVERSION(CactusConnect_HTTPDExtra_Processors_c)
********************* Local Routine Prototypes *********************
********************************************************************/
-static int ProcessorsPage(cGH *cctkGH, httpRequest *request, void *data);
+static int ProcessorsPage(const cGH *cctkGH, httpRequest *request, void *data);
/********************************************************************
@@ -89,7 +89,7 @@ int HTTPDExtra_RegisterProcessorsPages(void)
@calls
@calledby
@@*/
-static int ProcessorsPage(cGH *cctkGH, httpRequest *request, void *data)
+static int ProcessorsPage(const cGH *cctkGH, httpRequest *request, void *data)
{
int retval;
int nprocs,np;