# | Line 12 | Line 12 | |
---|---|---|
12 | #include "BASS_interface.h" | |
13 | #include <mpi.h> | |
14 | ||
15 | < | extern void mpiInterfaceExit(void); |
16 | < | extern void throwMPIEvent(event* event); |
17 | < | extern void mpiEventLoop(void); |
15 | > | #ifdef __cplusplus |
16 | > | extern "C" { |
17 | > | #endif |
18 | ||
19 | + | void mpiInterfaceExit(void); |
20 | + | void throwMPIEvent(event* event); |
21 | + | void mpiEventLoop(void); |
22 | + | |
23 | + | #ifdef __cplusplus |
24 | + | } |
25 | + | #endif |
26 | + | |
27 | // Structure to pass mpi a BASS event | |
28 | ||
29 | typedef struct mpiBASSEvent{ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |