1
1

* just forward declare the struct, since all we use is pointers to the

struct

This commit was SVN r3501.
Этот коммит содержится в:
Brian Barrett 2004-11-03 19:33:31 +00:00
родитель 25abbb495f
Коммит 818b06803f

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

@ -16,6 +16,9 @@
#if defined(c_plusplus) || defined(__cplusplus) #if defined(c_plusplus) || defined(__cplusplus)
extern "C" { extern "C" {
#endif #endif
/* forward type declarations */
struct ompi_communicator_t;
/* /*
* Global variables and symbols for the MPI layer * Global variables and symbols for the MPI layer
*/ */