aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2001-02-24 12:59:21 +0000
committerallen <allen@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2001-02-24 12:59:21 +0000
commit8f3c764b2dffe32d59ace77b11f765250f9905d3 (patch)
treecd3c3caff1748a6105316a15698bc45de577b600
parent3876e38b06441b5a48c60bdbb5eeb439c7b4e8b5 (diff)
Fixing a few warnings (lots left) and the FILE_VERSIONs
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@25 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1
-rw-r--r--src/Startup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 918e52f..826097f 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -20,7 +20,9 @@
static char *rcsid = "$Header$";
-CCTK_FILEVERSION(DevThorn_http_utils_Startup_c)
+CCTK_FILEVERSION(CactusConnect_HTTPDExtra_Startup_c)
+
+int HTTPUTILS_Startup(void);
/*@@
@routine HTTP_Startup