summaryrefslogtreecommitdiffstats
path: root/src/H5Ipkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ipkg.h')
-rw-r--r--src/H5Ipkg.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5Ipkg.h b/src/H5Ipkg.h
index 1bcea26..95f52b8 100644
--- a/src/H5Ipkg.h
+++ b/src/H5Ipkg.h
@@ -85,8 +85,8 @@ typedef struct H5I_type_info_t {
unsigned init_count; /* # of times this type has been initialized */
uint64_t id_count; /* Current number of IDs held */
uint64_t nextid; /* ID to use for the next object */
- H5I_id_info_t * last_id_info; /* Info for most recent ID looked up */
- H5I_id_info_t * hash_table; /* Hash table pointer for this ID type */
+ H5I_id_info_t *last_id_info; /* Info for most recent ID looked up */
+ H5I_id_info_t *hash_table; /* Hash table pointer for this ID type */
} H5I_type_info_t;
/*****************************/
@@ -109,10 +109,10 @@ H5_DLLVAR int H5I_next_type_g;
/* Package Private Prototypes */
/******************************/
-H5_DLL int H5I__destroy_type(H5I_type_t type);
-H5_DLL void *H5I__remove_verify(hid_t id, H5I_type_t type);
-H5_DLL int H5I__inc_type_ref(H5I_type_t type);
-H5_DLL int H5I__get_type_ref(H5I_type_t type);
+H5_DLL int H5I__destroy_type(H5I_type_t type);
+H5_DLL void *H5I__remove_verify(hid_t id, H5I_type_t type);
+H5_DLL int H5I__inc_type_ref(H5I_type_t type);
+H5_DLL int H5I__get_type_ref(H5I_type_t type);
H5_DLL H5I_id_info_t *H5I__find_id(hid_t id);
/* Testing functions */