1
1

Add one prototype from the new_position.c

This commit was SVN r8025.
Этот коммит содержится в:
George Bosilca 2005-11-07 23:19:54 +00:00
родитель 8df200528d
Коммит 461f607fd3

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

@ -249,6 +249,13 @@ ompi_convertor_generic_simple_unpack( ompi_convertor_t* pConvertor,
size_t* max_data,
int32_t* freeAfter );
/*
*
*/
OMPI_DECLSPEC int32_t
ompi_convertor_generic_simple_position( ompi_convertor_t* pConvertor,
size_t* position );
#if defined(c_plusplus) || defined(__cplusplus)
}
#endif