summaryrefslogtreecommitdiff
path: root/src/include/ParameterBindings.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-28 16:04:29 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-28 16:04:29 +0000
commit86593bf2d6a163ca5b8d40cbaa78a84b3fd6cfd6 (patch)
treee728b1ba45afc94253da5daf6d17e5d8eeaf68ed /src/include/ParameterBindings.h
parentd3525b74023a8df6c83b4ae634bbe9b93c2c48be (diff)
Moved prototypes for ParameterSet, ParameterGet, ParameterWalk
from ParameterBindings.h to cctk_ParameterFunctions.h. Thanks, Tom. Thomas git-svn-id: http://svn.cactuscode.org/flesh/trunk@1118 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/ParameterBindings.h')
-rw-r--r--src/include/ParameterBindings.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/ParameterBindings.h b/src/include/ParameterBindings.h
index cc84e62c..7e28d40a 100644
--- a/src/include/ParameterBindings.h
+++ b/src/include/ParameterBindings.h
@@ -26,18 +26,6 @@ int ParameterCreate(const char *name, /* The parameter name */
int n_ranges, /* How many allowed ranges it has */
...);
-int ParameterSet (const char *name, /* The name of the parameter */
- const char *thorn, /* The originating thorn */
- const char *value); /* The value of the parameter */
-
-void *ParameterGet (const char *name, /* The name of the parameter */
- const char *thorn, /* The originating thorn */
- int *type); /* Holds type of parameter */
-
-const char *ParameterWalk(
- int first, /* Get first parameter or not */
- const char *origin); /* The origin of this walk */
-
#ifdef __cplusplus
}
#endif