summaryrefslogtreecommitdiff
path: root/src/include/cctki_Parameter.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-14 23:25:55 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-14 23:25:55 +0000
commit6898af31d65adcc94c3614f0afaf1c505ec3c9a7 (patch)
treec015942e98d653d220fbd6c36c523287a095b1e8 /src/include/cctki_Parameter.h
parent9033f26a7fd601fd7c5365b980ff515850e64540 (diff)
Internal function prototypes for parameters
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1739 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctki_Parameter.h')
-rw-r--r--src/include/cctki_Parameter.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/include/cctki_Parameter.h b/src/include/cctki_Parameter.h
new file mode 100644
index 00000000..85c645d5
--- /dev/null
+++ b/src/include/cctki_Parameter.h
@@ -0,0 +1,25 @@
+ /*@@
+ @header cctki_Parameter.h
+ @date Wed Sep 15 22:49:24 1999
+ @author Tom Goodale
+ @desc
+ Internal parameter prototypes
+ @enddesc
+ @version $Header$
+ @@*/
+
+#ifndef _CCTKI_PARAMETER_H_
+#define _CCTKI_PARAMETER_H_
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+int CCTKi_SetParameter(const char *parameter, const char *value);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _CCTKI_PARAMETER_H_ */