summaryrefslogtreecommitdiff
path: root/src/include/CactusMainFunctions.h
blob: 690c098422d484fb39b122b03bf710bedfc5b4c4 (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
28
29
 /*@@
   @header    CactusMainFunctions.h
   @date      Thu Jan 14 18:34:52 1999
   @author    Tom Goodale
   @desc 
   Main registerable functions.
   @enddesc 
 @@*/

#ifndef _CACTUSMAINFUNCTIONS_H_
#define _CACTUSMAINFUNCTIONS_H_

/* Function prototypes */

#ifdef __cplusplus
extern "C" {
#endif

extern int (*Initialise)(tFleshConfig *);

extern int (*Evolve)(tFleshConfig *);

extern int (*Shutdown)(tFleshConfig *);

#ifdef __cplusplus
	   }
#endif

#endif