diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-02 19:24:58 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-02 19:24:58 +0200 |
commit | 3db384424bd7398ffbb7a355cab8f15f3add009f (patch) | |
tree | 4536961c62454aca3ac87ee88229e4d20c0d44fa /spectro/dtp92.h | |
parent | d479dd1aab1c1cb907932c6595b0ef33523fc797 (diff) |
New upstream version 1.9.1+repackupstream/1.9.1+repack
Diffstat (limited to 'spectro/dtp92.h')
-rw-r--r-- | spectro/dtp92.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spectro/dtp92.h b/spectro/dtp92.h index 317fb7a..8a6885e 100644 --- a/spectro/dtp92.h +++ b/spectro/dtp92.h @@ -35,6 +35,10 @@ #include "inst.h" +#ifdef __cplusplus + extern "C" { +#endif + /* Note: update dtp92_interp_error() and dtp92_interp_code() in dtp92.c */ /* if anything of these #defines are added or subtracted */ @@ -100,6 +104,9 @@ struct _dtp92 { /* Constructor */ extern dtp92 *new_dtp92(icoms *icom, instType itype); +#ifdef __cplusplus + } +#endif #define DTP92_H #endif /* DTP92_H */ |