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/dict.h b/src/dict.h index d24c522..2099012 100644 --- a/src/dict.h +++ b/src/dict.h
@@ -19,12 +19,13 @@ #include <stdint.h> #include <string.h> -#include "libyang.h" - #ifdef __cplusplus extern "C" { #endif +/* dummy context structure */ +struct ly_ctx; + /** * @defgroup dict Dictionary * @{