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


/* $Id$ */

#ifndef _CACTUSMAINDEFAULTS_H_
#define _CACTUSMAINDEFAULTS_H_

#ifdef __cplusplus
extern "C" {
#endif

int CactusDefaultInitialise(tFleshConfig *);
int CactusDefaultEvolve(tFleshConfig *);
int CactusDefaultShutdown(tFleshConfig *);

#ifdef __cplusplus
	   }
#endif

#endif