aboutsummaryrefslogtreecommitdiff
path: root/src/ioStreamedHDF5GH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioStreamedHDF5GH.h')
-rw-r--r--src/ioStreamedHDF5GH.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ioStreamedHDF5GH.h b/src/ioStreamedHDF5GH.h
index 4abc6f8..1f6962d 100644
--- a/src/ioStreamedHDF5GH.h
+++ b/src/ioStreamedHDF5GH.h
@@ -50,14 +50,14 @@ extern "C"
#endif
/* prototypes of functions to be registered as IOStreamedHDF5's IO method */
-int IOStreamedHDF5_OutputGH (cGH *GH);
-int IOStreamedHDF5_TriggerOutput (cGH *GH, int);
-int IOStreamedHDF5_TimeFor (cGH *GH, int);
-int IOStreamedHDF5_OutputVarAs (cGH *GH, const char *var, const char *alias);
+int IOStreamedHDF5_OutputGH (const cGH *GH);
+int IOStreamedHDF5_TriggerOutput (const cGH *GH, int);
+int IOStreamedHDF5_TimeFor (const cGH *GH, int);
+int IOStreamedHDF5_OutputVarAs (const cGH *GH, const char *var, const char *alias);
int IOStreamedHDF5_Recover (cGH *GH, const char *basefilename, int called_from);
/* other function prototypes */
-void IOStreamedHDF5_Write (cGH *GH, int vindex, const char *alias);
+void IOStreamedHDF5_Write (const cGH *GH, int vindex, const char *alias);
#ifdef __cplusplus
} // extern "C"