summaryrefslogtreecommitdiff
path: root/src/schedule
diff options
context:
space:
mode:
authorlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-26 16:32:22 +0000
committerlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-26 16:32:22 +0000
commit137f906abbe72591bb7ee6d93be80f4c1f5e0b68 (patch)
tree0479f4fd82ee1fa213df9adf7ef31dc94406206a /src/schedule
parent764355fc870fa41ea9d06fc77447297d87e924f0 (diff)
prototype: CCTKi_DoScheduleGetGroups
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1304 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/schedule')
-rw-r--r--src/schedule/Schedule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/schedule/Schedule.h b/src/schedule/Schedule.h
index 3e1abf33..5074e87a 100644
--- a/src/schedule/Schedule.h
+++ b/src/schedule/Schedule.h
@@ -34,6 +34,8 @@ int CCTKi_ScheduleSort(int size, signed char **array, int *order);
cHandledData *CCTKi_ScheduleGetGroups(void);
+cHandledData *CCTKi_DoScheduleGetGroups(void);
+
#ifdef __cplusplus
}
#endif