diff options
Diffstat (limited to 'include/log.h')
| -rw-r--r-- | include/log.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/log.h b/include/log.h index 71be585..e92ac99 100644 --- a/include/log.h +++ b/include/log.h @@ -1,10 +1,6 @@ #ifndef GSR_LOG_H #define GSR_LOG_H -#ifdef __cplusplus -extern "C" { -#endif - typedef enum { GSR_LOG_LEVEL_DEBUG, GSR_LOG_LEVEL_INFO, @@ -21,8 +17,4 @@ void gsr_log_set_level(gsr_log_level level); /* A NULL |handler| restores the default handler which prints "gsr <level>: <message>" to stderr */ void gsr_log_set_handler(gsr_log_handler handler, void *userdata); -#ifdef __cplusplus -} -#endif - #endif /* GSR_LOG_H */ |
