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

#ifndef _CCTKI_BINDINGS_H_
#define _CCTKI_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);

#ifdef __cplusplus
}
#endif


#endif