aboutsummaryrefslogtreecommitdiff
path: root/src/ioutil_CheckpointRecovery.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioutil_CheckpointRecovery.h')
-rw-r--r--src/ioutil_CheckpointRecovery.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ioutil_CheckpointRecovery.h b/src/ioutil_CheckpointRecovery.h
index c0bf445..d5c27bf 100644
--- a/src/ioutil_CheckpointRecovery.h
+++ b/src/ioutil_CheckpointRecovery.h
@@ -31,6 +31,14 @@ enum {CP_INITIAL_DATA, CP_EVOLUTION_DATA, CP_RECOVER_PARAMETERS,
************************************************************************/
/* create a checkpoint filename */
+char *IOUtil_AssembleFilename (const cGH *GH,
+ const char *basefilename,
+ const char *postfix,
+ const char *extension,
+ int called_from,
+ int file_ioproc,
+ int file_unchunked);
+/* IOUtil_PrepareFilename() is deprecated - don't use it anymore */
void IOUtil_PrepareFilename (const cGH *GH,
const char *basefilename,
char *fname,