summaryrefslogtreecommitdiff
path: root/src/include/CactusRegister.h
blob: 0bf5d05c73ef1b35730d385943696cebee5fe3fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 /*@@
   @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