From 1326739a0e62035cab43c4a844a6d763221acbbb Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 24 Feb 2001 12:57:21 +0000 Subject: Fixing warnings git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@38 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129 --- src/Advertise.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/Advertise.c b/src/Advertise.c index 228f923..2aee8e4 100644 --- a/src/Advertise.c +++ b/src/Advertise.c @@ -1,7 +1,12 @@ +#include + #include "cctk.h" #include "cctk_FortranString.h" #include "CactusBase/IOUtil/src/ioutil_AdvertisedFiles.h" +void CCTK_FCALL CCTK_FNAME(Extract_Advertise) + (cGH *GH, ONE_FORTSTRING_ARG); + void CCTK_FCALL CCTK_FNAME(Extract_Advertise) (cGH *GH, ONE_FORTSTRING_ARG) { -- cgit v1.2.3