[svn-r13636] Description:
Change H5[D|G|T]<foo>_expand() "temporary" API routines to
H5[D|G|T]<foo>2() "versioned" routines. Also added
H5[D|G|T](create|commit)_anon() routines to continue to allow "anonymous"
objects to be created in a file.
Tested on:
Mac OS X/32 10.4.9 (amazon)
FreeBSD/32 6.2 (duty)
FreeBSD/64 6.2 (liberty)
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
/* Package Private Prototypes */
|
||||
/******************************/
|
||||
|
||||
H5_DLL herr_t H5L_create_ud(H5G_loc_t *link_loc, const char *link_name,
|
||||
H5_DLL herr_t H5L_create_ud(const H5G_loc_t *link_loc, const char *link_name,
|
||||
const void * ud_data, size_t ud_data_size, H5L_type_t type,
|
||||
hid_t lcpl_id, hid_t lapl_id, hid_t dxpl_id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user