diff options
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r-- | src/H5Iprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h index abf2a4e..bb289a0 100644 --- a/src/H5Iprivate.h +++ b/src/H5Iprivate.h @@ -50,7 +50,7 @@ typedef herr_t (*H5I_free_t)(void*); /* Type of the function to compare objects & keys */ -typedef int (*H5I_search_func_t)(void *obj, const void *key); +typedef int (*H5I_search_func_t)(void *obj, hid_t id, const void *key); /* Atom information structure used */ typedef struct H5I_id_info_t { |