summaryrefslogtreecommitdiff
path: root/src/include/cctk_schedule.h
diff options
context:
space:
mode:
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
}