diff options
Diffstat (limited to 'src/H5Apublic.h')
-rw-r--r-- | src/H5Apublic.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/H5Apublic.h b/src/H5Apublic.h index 7bc14c9..648e852 100644 --- a/src/H5Apublic.h +++ b/src/H5Apublic.h @@ -44,10 +44,7 @@ typedef enum { } group_t; /* Type of atoms to return to users */ -typedef int32 hid_t; - -/* Type of the function to compare objects & keys */ -typedef intn (*H5Asearch_func_t) (const void * obj, const void * key); +typedef int hid_t; /* # of bits to use for Group ID in each atom (change if MAXGROUP>16) */ #define GROUP_BITS 8 |