From 3025bf9b05f76caf4fbe3441436ad02924a8b0f6 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 7 Jan 2002 19:33:37 +0000 Subject: Fixed compiler warning. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@36 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1 --- src/Groups.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Groups.c b/src/Groups.c index 0c38c64..e1c833b 100644 --- a/src/Groups.c +++ b/src/Groups.c @@ -27,7 +27,7 @@ CCTK_FILEVERSION(CactusConnect_HTTPDExtra_Groups_c) ********************************************************************/ int HTTPUTILS_RegisterPages(void); -static int MessagesPage(cGH *cctkGH, httpRequest *request, void *data); +static int MessagesPage(const cGH *cctkGH, httpRequest *request, void *data); /******************************************************************** ********************* External Routines ********************** @@ -65,7 +65,7 @@ int HTTPUTILS_RegisterPages (void) Message board for simulation. @enddesc @@*/ -static int MessagesPage (cGH *GH, httpRequest *request, void *data) +static int MessagesPage (const cGH *GH, httpRequest *request, void *data) { int retval; size_t message_board_len; -- cgit v1.2.3