aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h b/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h
index c987c6d21..d57890a74 100644
--- a/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h
+++ b/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h
@@ -1,4 +1,4 @@
-/* $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h,v 1.2 2003/09/17 13:47:00 cvs_anon Exp $ */
+/* $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h,v 1.3 2003/12/01 13:15:21 cott Exp $ */
#ifndef CARPETIOFLEXIO_H
#define CARPETIOFLEXIO_H
@@ -27,6 +27,8 @@ namespace CarpetCheckpointRestart {
/* Scheduled functions */
void CarpetIOFlexIO_EvolutionCheckpoint (const cGH*);
+ int CarpetIOFlexIO_RecoverParameters (void);
+ int CarpetIOFlexIO_Recover (cGH *GH, const char *basefilename, int called_from);
#ifdef __cplusplus
} /* extern "C" */
} /* namespace CarpetIOFlexIO */