summaryrefslogtreecommitdiff
path: root/src/comm
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-06 17:10:18 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-06 17:10:18 +0000
commit0f25b209fe1eced13b71b56dc5d564b4faff0929 (patch)
treee8c7150f61fb4c23e748e14e506ca654c0534c12 /src/comm
parent993da3c11ad23dc86b1beff0e9bdad3335140da2 (diff)
Forgot to add a prototype for CCTK_QueryGroupStorage().
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2486 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm')
-rw-r--r--src/comm/OverloadComm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comm/OverloadComm.c b/src/comm/OverloadComm.c
index 837e39dd..9eccc380 100644
--- a/src/comm/OverloadComm.c
+++ b/src/comm/OverloadComm.c
@@ -209,6 +209,7 @@ void CCTK_FCALL CCTK_FNAME (CCTK_DisableGroupStorage) (int *ierr, cGH *GH, ONE_F
void CCTK_FCALL CCTK_FNAME (CCTK_QueryGroupStorage) (int *ierr, const cGH *GH, ONE_FORTSTRING_ARG)
{
+ extern int CCTK_QueryGroupStorage (const cGH *, const char *);
ONE_FORTSTRING_CREATE (group_name)
*ierr = CCTK_QueryGroupStorage (GH, group_name);
free (group_name);