/*@@ @header CactusRegister.h @date Tue Sep 29 11:37:03 1998 @author Tom Goodale @desc Functions used to register things in cactus. @enddesc @version $Header$ @@*/ #ifndef _CACTUS_REGISTRY_H_ #define _CACTUS_REGISTRY_H_ #ifdef __cplusplus extern "C" { #endif int RegisterMainFunction(int key, int (*func)(tFleshConfig *)); int SetupMainFunctions(void); #ifdef __cplusplus } #endif #endif