summaryrefslogtreecommitdiffstats
path: root/src/H5Pprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-12-07 03:27:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-12-07 03:27:19 (GMT)
commit1d8a1b22f1f7412b00739c38524fa4de2c3b8b4e (patch)
treeef4de18b79218d148c16472880c39846660142f0 /src/H5Pprivate.h
parent77a3cc2292f6021a306372284c20882b8dc8eeeb (diff)
downloadhdf5-1d8a1b22f1f7412b00739c38524fa4de2c3b8b4e.zip
hdf5-1d8a1b22f1f7412b00739c38524fa4de2c3b8b4e.tar.gz
hdf5-1d8a1b22f1f7412b00739c38524fa4de2c3b8b4e.tar.bz2
[svn-r17972] Description:
Bring r17971 from trunk to 1.8 branch: Allow the core VFD to properly support opening backing store files through symbolic links and have the external links in the file be treated in the same way as for the sec2 driver. Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committested on trunk)
Diffstat (limited to 'src/H5Pprivate.h')
-rw-r--r--src/H5Pprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Pprivate.h b/src/H5Pprivate.h
index 0b37938..f544dbc 100644
--- a/src/H5Pprivate.h
+++ b/src/H5Pprivate.h
@@ -58,7 +58,7 @@ H5_DLL herr_t H5P_init(void);
/* Internal versions of API routines */
H5_DLL herr_t H5P_close(void *_plist);
H5_DLL hid_t H5P_create_id(H5P_genclass_t *pclass, hbool_t app_ref);
-H5_DLL hid_t H5P_copy_plist(H5P_genplist_t *old_plist, hbool_t app_ref);
+H5_DLL hid_t H5P_copy_plist(const H5P_genplist_t *old_plist, hbool_t app_ref);
H5_DLL herr_t H5P_get(const H5P_genplist_t *plist, const char *name, void *value);
H5_DLL herr_t H5P_set(H5P_genplist_t *plist, const char *name, const void *value);
H5_DLL herr_t H5P_insert(H5P_genplist_t *plist, const char *name, size_t size,