aboutsummaryrefslogtreecommitdiff
path: root/src/ioStreamedHDF5GH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioStreamedHDF5GH.h')
-rw-r--r--src/ioStreamedHDF5GH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioStreamedHDF5GH.h b/src/ioStreamedHDF5GH.h
index 1f6962d..823cfcc 100644
--- a/src/ioStreamedHDF5GH.h
+++ b/src/ioStreamedHDF5GH.h
@@ -57,7 +57,7 @@ int IOStreamedHDF5_OutputVarAs (const cGH *GH, const char *var, const char *alia
int IOStreamedHDF5_Recover (cGH *GH, const char *basefilename, int called_from);
/* other function prototypes */
-void IOStreamedHDF5_Write (const cGH *GH, int vindex, const char *alias);
+int IOStreamedHDF5_Write (const cGH *GH, int vindex, const char *alias);
#ifdef __cplusplus
} // extern "C"