| # | Line 46 | Line 46 | |
|---|---|---|
| 46 | #ifndef _MAKEWEIGHTS_H | |
| 47 | #define _MAKEWEIGHTS_H | |
| 48 | ||
| 49 | + | #ifdef __cplusplus |
| 50 | + | extern "C" { |
| 51 | + | #endif /* __cplusplus */ |
| 52 | + | |
| 53 | extern void makeweights( int , | |
| 54 | double * ) ; | |
| 55 | ||
| 56 | + | #ifdef __cplusplus |
| 57 | + | } |
| 58 | + | #endif /* __cplusplus */ |
| 59 | + | |
| 60 | #endif /* _MAKEWEIGHTS_H */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |