summaryrefslogtreecommitdiff
path: root/src/include/cctki_ScheduleBindings.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-27 18:31:21 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-27 18:31:21 +0000
commit3476a41713d8ba22e68990f9690ec12005298c89 (patch)
tree47470435cf80f890335c37133540207dfa414117 /src/include/cctki_ScheduleBindings.h
parent532e9ef752cc07970c2d9a83f1129636ee03c80b (diff)
Latest stuff for the scheduling call function.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1311 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctki_ScheduleBindings.h')
-rw-r--r--src/include/cctki_ScheduleBindings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cctki_ScheduleBindings.h b/src/include/cctki_ScheduleBindings.h
index 7b3b6030..2e1d32a8 100644
--- a/src/include/cctki_ScheduleBindings.h
+++ b/src/include/cctki_ScheduleBindings.h
@@ -52,7 +52,7 @@ int CCTKi_ScheduleGroupComm(const char *group);
int CCTKi_ScheduleTraverse(const char *where,
void *GH,
- int (*CallFunction)(cFunctionData *, void *));
+ int (*CallFunction)(void *, cFunctionData *, void *));
int CCTKi_ScheduleGHInit(void *GH);