summaryrefslogtreecommitdiff
path: root/src/include/cctki_Stagger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cctki_Stagger.h')
-rw-r--r--src/include/cctki_Stagger.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/include/cctki_Stagger.h b/src/include/cctki_Stagger.h
new file mode 100644
index 00000000..1018232d
--- /dev/null
+++ b/src/include/cctki_Stagger.h
@@ -0,0 +1,27 @@
+ /*@@
+ @header cctki_Stagger.h
+ @date Thu Jan 20 2000
+ @author Gerd Lanfermann
+ @desc
+ Prototypes and constants for stagger functions.
+ @enddesc
+ @version $Header$
+ @@*/
+
+#ifndef _CCTKI_STAGGER_H_
+#define _CCTKI_STAGGER_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int CCTKi_ParseStaggerString(int dim,
+ const char *imp,
+ const char *gname,
+ const char *stype);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif