diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-20 23:55:07 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-20 23:55:07 +0100 |
commit | 3ba87dc43a63cfb983233857550c1caed32c9079 (patch) | |
tree | 27cb9860745742f7ba48ee70aa5ca6217ca1264e /FICS/ficslim.h | |
parent | fa0dcf92ef333881e680cbe338aca2d78b848156 (diff) |
Added begin/end decls
Diffstat (limited to 'FICS/ficslim.h')
-rw-r--r-- | FICS/ficslim.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/FICS/ficslim.h b/FICS/ficslim.h index 79d819c..40f9b9a 100644 --- a/FICS/ficslim.h +++ b/FICS/ficslim.h @@ -3,15 +3,11 @@ #include <time.h> -#ifdef __cplusplus -extern "C" { -#endif +#include "common.h" +__FICS_BEGIN_DECLS extern const time_t g_time_min; extern const time_t g_time_max; - -#ifdef __cplusplus -} -#endif +__FICS_END_DECLS #endif |