diff options
Diffstat (limited to 'epan/tfs.h')
-rw-r--r-- | epan/tfs.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/epan/tfs.h b/epan/tfs.h index 7ba9dea0ca..d7487f9545 100644 --- a/epan/tfs.h +++ b/epan/tfs.h @@ -26,6 +26,10 @@ #include "ws_symbol_export.h" +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + /** @file * true_false strings */ @@ -97,4 +101,8 @@ WS_DLL_PUBLIC const true_false_string tfs_protocol_sensative_bit_transparent; WS_DLL_PUBLIC const true_false_string tfs_full_half; WS_DLL_PUBLIC const true_false_string tfs_acknowledged_not_acknowledged; -#endif +#ifdef __cplusplus +} +#endif /* __cplusplus */ + +#endif /* __TFS_H__ */ |