diff options
Diffstat (limited to 'FICS/iset.h')
-rw-r--r-- | FICS/iset.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/FICS/iset.h b/FICS/iset.h index f88d9fb..3fa3f6f 100644 --- a/FICS/iset.h +++ b/FICS/iset.h @@ -2,15 +2,10 @@ #define GUARD_ISET_H #include "command.h" /* param_list */ +#include "common.h" -#ifdef __cplusplus -extern "C" { -#endif - +__FICS_BEGIN_DECLS int com_iset(int, param_list); - -#ifdef __cplusplus -} -#endif +__FICS_END_DECLS #endif |