commit | ad57350f97d59201b4c15e21587b6c8e071ae3ca | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Fri Sep 07 15:26:55 2018 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Fri Sep 07 15:26:55 2018 +0200 |
tree | 87fcf18dedf15ed4263f68a6539350745f40535d | |
parent | d5927ca06d823c2f54453ac171b21fef726bc192 [diff] [blame] |
context BUGFIX add context.c into a build system and fix issues
diff --git a/src/log.h b/src/log.h index 0d67918..8ab9703 100644 --- a/src/log.h +++ b/src/log.h
@@ -15,12 +15,13 @@ #ifndef LY_LOG_H_ #define LY_LOG_H_ -#include "libyang.h" - #ifdef __cplusplus extern "C" { #endif +/* dummy context structure */ +struct ly_ctx; + /** * @defgroup log Logger * @{