aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp/src/interp.h
blob: 399fd20ae12113c1c98092765d82e4f8162e01b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef CARPETINTERP_H
#define CARPETINTERP_H

#ifdef __cplusplus
namespace CarpetInterp {
  extern "C" {
#endif
  
    /* Scheduled functions */
    int CarpetInterpStartup (void);
    
#ifdef __cplusplus
  } /* extern "C" */
} /* namespace CarpetInterp */
#endif

#endif /* !defined(CARPETINTERP_H) */