/*@@ @header CactusMainDefaults.h @date Tue Sep 29 12:40:39 1998 @author Tom Goodale @desc Prototypes for default functions. @enddesc @@*/ /* $Id$ */ #ifndef _CACTUSMAINDEFAULTS_H_ #define _CACTUSMAINDEFAULTS_H_ #ifdef __cplusplus extern "C" { #endif int CactusDefaultInitialise(tFleshConfig *); int CactusDefaultEvolve(tFleshConfig *); int CactusDefaultShutdown(tFleshConfig *); #ifdef __cplusplus } #endif #endif