summaryrefslogtreecommitdiff
path: root/src/include/CactusMainDefaults.h
blob: f949e9a1e756d039b28577cb13e08cfe1bf29ce3 (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    CactusMainDefaults.h
   @date      Tue Sep 29 12:40:39 1998
   @author    Tom Goodale
   @desc 
   Prototypes for default functions.
   @enddesc 
   @version $Header$
 @@*/

#ifndef _CACTUSMAINDEFAULTS_H_
#define _CACTUSMAINDEFAULTS_H_

#ifdef __cplusplus
extern "C" {
#endif

int CactusDefaultInitialise(tFleshConfig *);
int CactusDefaultEvolve(tFleshConfig *);
int CactusDefaultShutdown(tFleshConfig *);
int CactusDefaultExit(int retval, cGH *GH);
#ifdef __cplusplus
}
#endif

#endif