summaryrefslogtreecommitdiff
path: root/lib/sbin/config_parser.pl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-20 08:22:41 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-20 08:22:41 +0000
commitfb70456efc781acbd115f993a2bc931d9cff218f (patch)
tree6bd988b92f97c9cea2fbef2b2022a9a23132b156 /lib/sbin/config_parser.pl
parent2e473be1b9ea835f367635c770c130252fd835fe (diff)
Changed CCTK_ScheduleRegister to be of type int()(const char *, void *)
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@83 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/config_parser.pl')
-rw-r--r--lib/sbin/config_parser.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/config_parser.pl b/lib/sbin/config_parser.pl
index 2f70cc7d..5f799723 100644
--- a/lib/sbin/config_parser.pl
+++ b/lib/sbin/config_parser.pl
@@ -346,7 +346,7 @@ sub CreateScheduleBindings
return 0;
}
- int CCTK_BindingsScheduleRegister(const char *type)
+ int CCTK_BindingsScheduleRegister(const char *type, void *data)
{
return 0;
}