summaryrefslogtreecommitdiff
path: root/src/include/cctki_ScheduleBindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cctki_ScheduleBindings.h')
-rw-r--r--src/include/cctki_ScheduleBindings.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/cctki_ScheduleBindings.h b/src/include/cctki_ScheduleBindings.h
index 6316f346..faeabd0d 100644
--- a/src/include/cctki_ScheduleBindings.h
+++ b/src/include/cctki_ScheduleBindings.h
@@ -29,11 +29,11 @@ int CCTKi_ScheduleFunction(void *function,
int n_comm_groups,
int n_trigger_groups,
int n_sync_groups,
+ int n_options,
int n_before,
int n_after,
int n_while,
- ...
- );
+ ...);
int CCTKi_ScheduleGroup(const char *name,
const char *thorn,
@@ -44,6 +44,7 @@ int CCTKi_ScheduleGroup(const char *name,
int n_comm_groups,
int n_trigger_groups,
int n_sync_groups,
+ int n_options,
int n_before,
int n_after,
int n_while,