summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2007-04-13 22:04:26 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2007-04-13 22:04:26 (GMT)
commit0332285cfff86ebb5624ef949430830e91389cc6 (patch)
tree9886553058bc524b607842cd6de161dac318922a /src
parentcc16cc7dea37c66d08532cef3f754913fe76a7c9 (diff)
downloadhdf5-0332285cfff86ebb5624ef949430830e91389cc6.zip
hdf5-0332285cfff86ebb5624ef949430830e91389cc6.tar.gz
hdf5-0332285cfff86ebb5624ef949430830e91389cc6.tar.bz2
[svn-r13660] Minor cleanups and bug fixes.
H5Zpublic.h file didn't include H5public.h; done H5Spublic.h had ghost function H5Sset_space; deleted New source files were added to make.com for VMS. h5gget_comment_c had a small bug in calculating buffer length; fixed Platforms tested: pahra and kagiso; too minor for h5committest
Diffstat (limited to 'src')
-rw-r--r--src/H5Spublic.h1
-rw-r--r--src/H5Zpublic.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h
index 902c87a..95135b9 100644
--- a/src/H5Spublic.h
+++ b/src/H5Spublic.h
@@ -107,7 +107,6 @@ H5_DLL int H5Sget_simple_extent_ndims(hid_t space_id);
H5_DLL int H5Sget_simple_extent_dims(hid_t space_id, hsize_t dims[],
hsize_t maxdims[]);
H5_DLL htri_t H5Sis_simple(hid_t space_id);
-H5_DLL herr_t H5Sset_space(hid_t space_id, int rank, const hsize_t *dims);
H5_DLL hssize_t H5Sget_select_npoints(hid_t spaceid);
H5_DLL herr_t H5Sselect_hyperslab(hid_t space_id, H5S_seloper_t op,
const hsize_t start[],
diff --git a/src/H5Zpublic.h b/src/H5Zpublic.h
index fa23d00..1fac71c 100644
--- a/src/H5Zpublic.h
+++ b/src/H5Zpublic.h
@@ -20,6 +20,9 @@
#ifndef _H5Zpublic_H
#define _H5Zpublic_H
+/* Public headers needed by this file */
+#include "H5public.h"
+
/*
* Filter identifiers. Values 0 through 255 are for filters defined by the
* HDF5 library. Values 256 through 511 are available for testing new