commit | 6caa6ab93cad33337ae323baf35795d99a4f58d5 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Wed Oct 24 10:04:48 2018 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Wed Oct 24 10:08:52 2018 +0200 |
tree | 36dd0f502e965ff14eb63c427f926e587c2e4eba | |
parent | 2c4e717814c3cb96d810ab7ed1744bccb32063d8 [diff] [blame] |
filesystem MAINTENANCE move public ly_ctx* functions into context.h Private definition of the ly_ctx structure is not in common.h header file and all the context's public functions will be declared in context.h.
diff --git a/CMakeLists.txt b/CMakeLists.txt index f15b60f..d06d2e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -178,6 +178,7 @@ set(headers src/libyang.h + src/context.h src/tree_schema.h src/dict.h src/log.h