summaryrefslogtreecommitdiffstats
path: root/src/H5Sprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-08-02 14:03:40 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-08-02 14:03:40 (GMT)
commit3df2828991d984455054c4c89af78725549d5d0f (patch)
tree023b000f69879f6b8541f339ae50096fa7cfb278 /src/H5Sprivate.h
parente91a21cd3ba963ca6b97b3bfbc1b84c372b52dec (diff)
downloadhdf5-3df2828991d984455054c4c89af78725549d5d0f.zip
hdf5-3df2828991d984455054c4c89af78725549d5d0f.tar.gz
hdf5-3df2828991d984455054c4c89af78725549d5d0f.tar.bz2
[svn-r8981] Purpose:
Code cleanup Description: Various minor tweaks to clean code up and bring it into closer syncronization with the release branch. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel h5committested IRIX64 6.5 (modi4)
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r--src/H5Sprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h
index be8108e..732a4d2 100644
--- a/src/H5Sprivate.h
+++ b/src/H5Sprivate.h
@@ -206,8 +206,6 @@ typedef struct H5S_conv_t {
/* Operations on dataspaces */
H5_DLL H5S_t *H5S_copy(const H5S_t *src, hbool_t share_selection);
H5_DLL herr_t H5S_close(H5S_t *ds);
-H5_DLL herr_t H5S_encode(H5S_t *obj, unsigned char *buf, size_t *nalloc);
-H5_DLL H5S_t *H5S_decode(unsigned char *buf);
H5_DLL H5S_conv_t *H5S_find(const H5F_t *file,const H5S_t *mem_space, const H5S_t *file_space,
unsigned flags, hbool_t *use_par_opt_io,const H5O_layout_t *layout );
H5_DLL H5S_class_t H5S_get_simple_extent_type(const H5S_t *ds);