[svn-r7316] Purpose:

Code cleanup

Description:
    Removed prototype for H5F_addr_pack() routine.

Platforms tested:
    h5committested
This commit is contained in:
Quincey Koziol 2003-08-08 14:16:07 -05:00
parent 1784c3f09a
commit bdc659f2bb

View File

@ -461,8 +461,6 @@ H5_DLL herr_t H5F_istore_delete(H5F_t *f, hid_t dxpl_id,
H5_DLL void H5F_addr_encode(H5F_t *, uint8_t** /*in,out*/, haddr_t);
H5_DLL void H5F_addr_decode(H5F_t *, const uint8_t** /*in,out*/,
haddr_t* /*out*/);
H5_DLL herr_t H5F_addr_pack(H5F_t *f, haddr_t *addr_p /*out*/,
const unsigned long objno[2]);
/* Callback functions for file access class */
H5_DLL herr_t H5F_acs_create(hid_t fapl_id, void *close_data);