removed, replacement functions are in h5_hdf5.c

This commit is contained in:
2010-05-27 13:40:46 +00:00
parent 4e7eb421c1
commit 010a605a3b
3 changed files with 0 additions and 199 deletions
-34
View File
@@ -1,34 +0,0 @@
#ifndef __HDF5_MISC_H
#define __HDF5_MISC_H
h5_int64_t
hdf5_get_num_objects (
hid_t group_id,
const char *group_name,
const hid_t type
);
const char *
h5_get_objname (
hid_t id
);
h5_int64_t
hdf5_get_num_objects_matching_pattern (
hid_t group_id,
const char *group_name,
const hid_t type,
char * const pattern
);
h5_int64_t
hdf5_get_object_name (
hid_t group_id,
const char *group_name,
const hid_t type,
const h5_int64_t idx,
char *obj_name,
const h5_int64_t len_obj_name
);
#endif