diff options
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 |