# | Line 38 | Line 38 | |
---|---|---|
38 | #ifndef _COSPMLS_H | |
39 | #define _COSPMLS_H | |
40 | ||
41 | + | #ifdef __cplusplus |
42 | + | extern "C" { |
43 | + | #endif /* __cplusplus */ |
44 | + | |
45 | extern int TableSize( int , | |
46 | int ) ; | |
47 | ||
# | Line 89 | Line 93 | extern double **Transpose_SemiNaive_Naive_Pml_Table( d | |
93 | double * , | |
94 | double * ) ; | |
95 | ||
96 | + | #ifdef __cplusplus |
97 | + | } |
98 | + | #endif /* __cplusplus */ |
99 | + | |
100 | #endif | |
101 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |