summaryrefslogtreecommitdiff
path: root/src/include/cctk_schedule.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-30 23:51:22 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-30 23:51:22 +0000
commit8c3898b27ef468e7c3fedb13fdeec81e1247cda5 (patch)
treedb7a37fe3aedd19d89df3cd020116ed1253e418c /src/include/cctk_schedule.h
parenta10e0e2d450d0ed23fdf9d6c0e820995e3756140 (diff)
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
Diffstat (limited to 'src/include/cctk_schedule.h')
-rw-r--r--src/include/cctk_schedule.h2
1 files changed, 2 insertions, 0 deletions
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
}