aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp/src/interp.h
blob: 4600c692222bdd3bf8fac3651efbf9c1eaee1de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetInterp/src/interp.h,v 1.2 2003/11/05 16:18:38 schnetter Exp $ */

#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) */