From 8c3898b27ef468e7c3fedb13fdeec81e1247cda5 Mon Sep 17 00:00:00 2001 From: goodale Date: Tue, 30 Nov 1999 23:51:22 +0000 Subject: Various changes to make sure there are function prototypes for things. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1179 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_schedule.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/cctk_schedule.h') diff --git a/src/include/cctk_schedule.h b/src/include/cctk_schedule.h index df2f2a50..4f8cffad 100644 --- a/src/include/cctk_schedule.h +++ b/src/include/cctk_schedule.h @@ -50,6 +50,8 @@ int CCTK_ScheduleTraverse(const char *where, void *GH); int CCTK_ScheduleGHInit(void *GH); +int CCTK_SchedulePrint(const char *where); +int CCTK_SchedulePrintTimes(const char *where); #ifdef __cplusplus } -- cgit v1.2.3