summaryrefslogtreecommitdiff
path: root/src/include/cctk_Bindings.h
blob: ef72e60a1a20922da01bb2c71e9a4afc13bb41fd (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
30
31
 /*@@
   @header    cctk_Bindings.h
   @date      Tue Jun  1 16:42:28 1999
   @author    Tom Goodale
   @desc 
   Accessable functions from the bindings.
   @enddesc 
   @version $Header$
 @@*/

#ifndef _CCTK_BINDINGS_H_
#define _CCTK_BINDINGS_H_

#ifdef __cplusplus
extern "C" {
#endif

int CCTKi_BindingsParametersInitialise(void);
int CCTKi_BindingsVariablesInitialise(void);
int CCTKi_BindingsScheduleInitialise(void);

int CCTKi_BindingsScheduleRegister(const char *type, void *data);

int CCTKi_BindingsParameterHelp(const char *identifier, const char *format, FILE *file);

#ifdef __cplusplus
}
#endif


#endif