summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-10-28 18:51:20 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-10-28 18:51:20 (GMT)
commit5834d259974a03f2ad1e053c23f2b6f2df303f74 (patch)
treeb7901db967042279198f5e2580aed1412fd261a3 /src/H5Fprivate.h
parentb506e17d08778191330ae57a65b3c6194142f00c (diff)
downloadhdf5-5834d259974a03f2ad1e053c23f2b6f2df303f74.zip
hdf5-5834d259974a03f2ad1e053c23f2b6f2df303f74.tar.gz
hdf5-5834d259974a03f2ad1e053c23f2b6f2df303f74.tar.bz2
[svn-r816] Fixed bug with references on certain platforms.
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index fb821f0..173e4c5 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -648,6 +648,7 @@ void H5F_addr_inc(haddr_t *addr/*in,out*/, hsize_t inc);
void H5F_addr_adj(haddr_t *addr/*in,out*/, hssize_t adj);
void H5F_addr_add(haddr_t *, const haddr_t *);
uintn H5F_addr_hash(const haddr_t *, uintn mod);
+herr_t H5F_addr_pack(H5F_t *f, haddr_t *addr, const long objno[2]);
/* Functions for MPI-IO */
#ifdef HAVE_PARALLEL