summaryrefslogtreecommitdiffstats
path: root/src/H5Iprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-31 21:31:36 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-31 21:31:36 (GMT)
commita42ea0be91c25d90427678d548bcff17b032d2ca (patch)
treed00896d7f1bf6cc2b9696c30d675461ccf00149e /src/H5Iprivate.h
parent0cff4f0d146e6beafa4c6b6d4047e489719670f6 (diff)
parentbeb6f83cfd696e835970091f730a23db31381455 (diff)
downloadhdf5-a42ea0be91c25d90427678d548bcff17b032d2ca.zip
hdf5-a42ea0be91c25d90427678d548bcff17b032d2ca.tar.gz
hdf5-a42ea0be91c25d90427678d548bcff17b032d2ca.tar.bz2
[svn-r25502] merge from trunk.
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 325643a..a902be5 100644
--- a/src/H5Iprivate.h
+++ b/src/H5Iprivate.h
@@ -69,7 +69,7 @@ typedef struct H5I_class_t {
/* Library-private Function Prototypes */
/***************************************/
H5_DLL herr_t H5I_register_type(const H5I_class_t *cls);
-H5_DLL int H5I_nmembers(H5I_type_t type);
+H5_DLL int64_t H5I_nmembers(H5I_type_t type);
H5_DLL herr_t H5I_clear_type(H5I_type_t type, hbool_t force, hbool_t app_ref);
H5_DLL hid_t H5I_register(H5I_type_t type, const void *object, hbool_t app_ref);
H5_DLL hid_t H5I_register2(H5I_type_t type, const void *object, const void* aux_object, hbool_t app_ref);