aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/Startup.c b/src/Startup.c
index c34c26b..5c3034d 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -36,10 +36,18 @@ CCTK_FILEVERSION(CactusConnect_HTTPD_Startup_c)
********************* Local Routine Prototypes *********************
********************************************************************/
-static void * HTTP_THread(void *cctkGH);
+static void * HTTP_Thread(void *cctkGH);
static void HTTP_SetupPollingThread(cGH *cctkGH);
/********************************************************************
+ ***************** Scheduled Routine Prototypes *********************
+ ********************************************************************/
+
+int HTTP_Startup(void);
+void HTTP_Work(CCTK_ARGUMENTS);
+int HTTP_Shutdown(void);
+
+/********************************************************************
********************* Other Routine Prototypes *********************
********************************************************************/
@@ -129,6 +137,7 @@ int HTTP_Startup(void)
@endhistory
@@*/
+
void HTTP_Work(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS