aboutsummaryrefslogtreecommitdiff
path: root/src/ioStreamedHDF5GH.h
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2001-12-28 21:40:11 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2001-12-28 21:40:11 +0000
commit84e2701f56f2edb18e5f231ab82d2ef6b7026abe (patch)
treeb1dbe7b1bcafd900c89aa7023a94b78f1384e76b /src/ioStreamedHDF5GH.h
parent7c000ad32564b357b1dbe66da09e5eb663f904ab (diff)
Fixed return codes of I/O methods.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@76 0888f3d4-9f52-45d2-93bc-d00801ff5e46
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"