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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioutil_CheckpointRecovery.h b/src/ioutil_CheckpointRecovery.h
index 8f9cde5..3944b2a 100644
--- a/src/ioutil_CheckpointRecovery.h
+++ b/src/ioutil_CheckpointRecovery.h
@@ -55,7 +55,7 @@ int IOUtil_RecoverParameters (int (*recoverFn) (cGH *GH,
const char *fileType);
/* return the parameter database as one single string */
-char *IOUtil_GetAllParameters (const cGH *GH);
+char *IOUtil_GetAllParameters (const cGH *GH, int all);
/* set all parameters contained in the given string */
void IOUtil_SetAllParameters (const char *parameters);