summaryrefslogtreecommitdiffstats
path: root/src/H5Iprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-08-21 15:18:31 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-08-21 15:18:31 (GMT)
commit4682e492ad9fd48975ed5c23f5f3ed1d5b47ce5a (patch)
treee534799553fb296b8136d70a81cf2db6b81c63bf /src/H5Iprivate.h
parent8a3db9665a68f47d3f9c365f526f2ea741d6c11c (diff)
downloadhdf5-4682e492ad9fd48975ed5c23f5f3ed1d5b47ce5a.zip
hdf5-4682e492ad9fd48975ed5c23f5f3ed1d5b47ce5a.tar.gz
hdf5-4682e492ad9fd48975ed5c23f5f3ed1d5b47ce5a.tar.bz2
[svn-r24043] - add test for creating and accessing two containers
- fix bugs created by new test in H5I_search_name
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r--src/H5Iprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h
index 76178c4..01a41ff 100644
--- a/src/H5Iprivate.h
+++ b/src/H5Iprivate.h
@@ -97,7 +97,7 @@ H5_DLL hid_t H5I_get_id(void *object, H5I_type_t type);
/* this is just an IOD VOL plugin helper routine */
#ifdef H5_HAVE_EFF
-H5_DLL void *H5I_search_name(char *name, H5I_type_t type);
+H5_DLL const void *H5I_search_name(void *file, char *name, H5I_type_t type);
#endif /* H5_HAVE_EFF */
#endif /* _H5Iprivate_H */