1
1

Fixing lam_comm_init typo (induced by massive edit)

This commit was SVN r679.
Этот коммит содержится в:
David Daniel 2004-02-10 14:34:49 +00:00
родитель c4fb788f04
Коммит 67836f42c3

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

@ -75,7 +75,7 @@ static inline lam_proc_t* lam_comm_lookup_peer(lam_communicator_t* comm, size_t
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif
int lam_comm_construct(lam_communicator_t *comm);
int lam_comm_init(lam_communicator_t *comm);
int lam_comm_link_function(void);
#if defined(c_plusplus) || defined(__cplusplus)
}