1
1

Fix a bad declaration that was causing compile errors

This commit was SVN r6137.
Этот коммит содержится в:
Ralph Castain 2005-06-22 16:46:56 +00:00
родитель b780436b47
Коммит c0f1c6be50

Просмотреть файл

@ -56,8 +56,8 @@ typedef void* (*mca_mpool_base_module_realloc_fn_t)(
*/ */
typedef void (*mca_mpool_base_module_free_fn_t)( typedef void (*mca_mpool_base_module_free_fn_t)(
struct mca_mpool_base_module_t* mpool, struct mca_mpool_base_module_t* mpool,
void *, void *addr,
struct mca_mpool_base_registration_t* registration); struct mca_bmi_base_registration_t* registration);
/** /**
* register memory * register memory