commit | 41912fe5e4f0e6eef30670ebe54b156948e440cb | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Thu Oct 22 10:22:12 2015 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Thu Oct 22 10:22:12 2015 +0200 |
tree | 682c96e5d95fc8aa7e7cd15e6800ded877a20054 | |
parent | c2b137c59c539e470f9fc3c2d3647a68c90b062b [diff] [blame] |
dict CHANGE split dictionary API to private and public part Make part of the dictionary API public and usable by library users. It should allow more effective way of memory usage.
diff --git a/src/xml.c b/src/xml.c index c1abf37..6f8a7c8 100644 --- a/src/xml.c +++ b/src/xml.c
@@ -28,7 +28,7 @@ #include <unistd.h> #include "common.h" -#include "dict.h" +#include "dict_private.h" #include "printer.h" #include "tree_schema.h" #include "xml_private.h"