mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
Merge branch 'patch-12' of https://github.com/gsjaardema/netcdf-c into gh232
This commit is contained in:
commit
eeea5969bd
@ -317,6 +317,9 @@ typedef struct NC_HDF5_FILE_INFO
|
||||
} NC_HDF5_FILE_INFO_T;
|
||||
|
||||
|
||||
/* Defined in lookup3.c */
|
||||
extern uint32_t hash_fast(const void *key, size_t length);
|
||||
|
||||
/* These functions convert between netcdf and HDF5 types. */
|
||||
int nc4_get_typelen_mem(NC_HDF5_FILE_INFO_T *h5, nc_type xtype,
|
||||
int is_long, size_t *len);
|
||||
|
Loading…
Reference in New Issue
Block a user