aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp/src/interp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetInterp/src/interp.h')
-rw-r--r--Carpet/CarpetInterp/src/interp.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/Carpet/CarpetInterp/src/interp.h b/Carpet/CarpetInterp/src/interp.h
new file mode 100644
index 000000000..4600c6922
--- /dev/null
+++ b/Carpet/CarpetInterp/src/interp.h
@@ -0,0 +1,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) */