summaryrefslogtreecommitdiff
path: root/src/include/CactusRegister.h
blob: c5c0e27d7717bc0c1cd81605693f56694d4d9d7c (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
27
 /*@@
   @header    CactusRegister.h
   @date      Tue Sep 29 11:37:03 1998
   @author    Tom Goodale
   @desc 
   Functions used to register things in cactus.
   @enddesc 
 @@*/

/* $Id$ */

#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