aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp/src/interp.h
blob: f894fe2f2be28d86999701b667f0f8dc8668d3c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* $Header:$ */

#ifndef CARPETINTERP_H
#define CARPETINTERP_H

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

#endif /* !defined(CARPETINTERP_H) */