aboutsummaryrefslogtreecommitdiff
path: root/src/ioGH.h
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-04-28 09:55:52 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-04-28 09:55:52 +0000
commitfcf382c8e194bfac3fc8a8d696397b42c5a5a3b9 (patch)
treeeddc73ff9a9da448e2955cf3e1e6a21d47f344e4 /src/ioGH.h
parent03f38104914408a351754fea418e30ba1bcd7ebd (diff)
Added prototypes for generic filereader and parameter recovery routines .
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@68 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'src/ioGH.h')
-rw-r--r--src/ioGH.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ioGH.h b/src/ioGH.h
index 0f9f3e2..6c1325d 100644
--- a/src/ioGH.h
+++ b/src/ioGH.h
@@ -66,7 +66,13 @@ extern void IOUtil_PrepareFilename (cGH *GH, const char *basename, char *fname,
int called_from, int ioproc,int file_unchunked);
extern int IOUtil_RegisterRecover (const char *name,
int (*func) (cGH *, const char *, int));
-extern int IOUtil_RecoverFromFile (cGH *GH, const char *basename,
- int called_from);
+extern void IOUtil_RecoverVarsFromDatafiles (cGH *GH,
+ const char *in_files,
+ const char *in_vars);
+extern int IOUtil_RecoverParameters (int (*recoverFn) (cGH *GH,
+ const char *basename,
+ int called_from),
+ const char *fileExtension,
+ const char *fileType);
extern char *IOUtil_GetAllParameters (cGH *GH);
extern void IOUtil_SetAllParameters (char *parameters);