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/resolve.c b/src/resolve.c index b27f592..778a09b 100644 --- a/src/resolve.c +++ b/src/resolve.c
@@ -31,7 +31,7 @@ #include "resolve.h" #include "common.h" #include "xpath.h" -#include "dict.h" +#include "dict_private.h" #include "tree_internal.h" /**