/*@@ @file CallStartupFunctions.c @date Mon Sep 28 14:16:19 1998 @author Tom Goodale @desc Contains routines to deal with thorn startup functions. @enddesc @@*/ #include #include "cctk_Flesh.h" static char *rcsid = "$Id$"; int dummy(tFleshConfig *); /*@@ @routine CallStartupFunctions @date Mon Sep 28 14:24:39 1998 @author Tom Goodale @desc @enddesc @calls @calledby @history @endhistory @@*/ int CallStartupFunctions(tFleshConfig *ConfigData) { CCTKi_BindingsScheduleRegister("STARTUP", NULL); return 0; }