summaryrefslogtreecommitdiffstats
path: root/src/H5MFpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-11 17:28:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-11 17:28:42 (GMT)
commit35fc6fe082905ddb1b6bad3083d70926e75092bf (patch)
treeeda12e6c57a454f130b6ff8a8cc3354a49eec7ea /src/H5MFpkg.h
parent445fec27e1ce7840ddfde975fa822678a507bb20 (diff)
downloadhdf5-35fc6fe082905ddb1b6bad3083d70926e75092bf.zip
hdf5-35fc6fe082905ddb1b6bad3083d70926e75092bf.tar.gz
hdf5-35fc6fe082905ddb1b6bad3083d70926e75092bf.tar.bz2
[svn-r17325] Description:
Bring r17324 from trunk to 1.8 branch: Bring more improvements/changes back from file_free_space branch Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committest performed on trunk)
Diffstat (limited to 'src/H5MFpkg.h')
-rw-r--r--src/H5MFpkg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5MFpkg.h b/src/H5MFpkg.h
index 0e69fd0..de63f56 100644
--- a/src/H5MFpkg.h
+++ b/src/H5MFpkg.h
@@ -142,8 +142,8 @@ H5_DLLVAR H5FS_section_class_t H5MF_FSPACE_SECT_CLS_SIMPLE[1];
/******************************/
/* Allocator routines */
-H5_DLL herr_t H5MF_alloc_start(H5F_t *f, hid_t dxpl_id, H5FD_mem_t type,
- hbool_t may_create);
+H5_DLL herr_t H5MF_alloc_open(H5F_t *f, hid_t dxpl_id, H5FD_mem_t type);
+H5_DLL herr_t H5MF_alloc_start(H5F_t *f, hid_t dxpl_id, H5FD_mem_t type);
H5_DLL herr_t H5MF_sects_dump(H5F_t *f, hid_t dxpl_id, FILE *stream);
/* 'simple' section routines */