aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2012-12-17 03:26:16 +0000
committerknarf <knarf@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2012-12-17 03:26:16 +0000
commitf0bb9a7d3224ad7dbb477150ee4915abc63641e2 (patch)
treeb78cfc50f8aa7799794b63349408038640e24370
parent92317fce2cf9d4bad8b6bce8a91f70b4ce1395ce (diff)
declare function to avoid compiler warning
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@94 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1
-rw-r--r--src/TimerInfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TimerInfo.c b/src/TimerInfo.c
index bd9a3e5..f7420bc 100644
--- a/src/TimerInfo.c
+++ b/src/TimerInfo.c
@@ -105,6 +105,7 @@ static char* TI_schedName(const char* tn);
Httpd utils registration routine.
@enddesc
@@*/
+int HTTPDExtra_RegisterTimerInfoPages(void);
int HTTPDExtra_RegisterTimerInfoPages(void)
{
/* Register the group info page. */