summaryrefslogtreecommitdiff
path: root/src/include/util_Table.h
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-01-21 14:40:28 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-01-21 14:40:28 +0000
commit438cddf6a4bfa7ac69d8ff97983e67d18d7a57c5 (patch)
treed49c38ab523ffdba67d0416bb530d24651e32865 /src/include/util_Table.h
parent149f7fe6fc67fa6b8f8a09f75d55aacc542ca7ec (diff)
Commited this file into the wrong directory...
See log message for src/util/makefile 1.1 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2589 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/util_Table.h')
-rw-r--r--src/include/util_Table.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/util_Table.h b/src/include/util_Table.h
index 16a750c4..d2303d76 100644
--- a/src/include/util_Table.h
+++ b/src/include/util_Table.h
@@ -129,7 +129,10 @@ int Util_TableQueryValueInfo(int handle,
/* misc stuff */
int Util_TableDeleteKey(int handle, const char *key);
+
+/* convenience routines to create and/or set from a "parameter-file" string */
int Util_TableCreateFromString(const char string[]);
+int Util_TableSetFromString(int handle, const char string[]);
/* set/get a C-style null-terminated character string */
int Util_TableSetString(int handle,