diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-10-19 20:35:03 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-10-19 20:35:03 +0400 |
commit | 580c082d81b21c34886ab59905239eb64449378f (patch) | |
tree | 201a0c7b05e9f92526a159ee2afd791c1fc9613b /saedit/xml.h | |
parent | e8cb9b654edff98a0ccdc2aa2de519ee1eaee343 (diff) | |
download | evol-tools-580c082d81b21c34886ab59905239eb64449378f.tar.gz evol-tools-580c082d81b21c34886ab59905239eb64449378f.tar.bz2 evol-tools-580c082d81b21c34886ab59905239eb64449378f.tar.xz evol-tools-580c082d81b21c34886ab59905239eb64449378f.zip |
Edit interface, edit code structure
Diffstat (limited to 'saedit/xml.h')
-rw-r--r-- | saedit/xml.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/saedit/xml.h b/saedit/xml.h index 02bd207..2a8875e 100644 --- a/saedit/xml.h +++ b/saedit/xml.h @@ -11,6 +11,10 @@ #ifndef XML_H #define XML_H +#include <glib.h> +#include <ibusxml.h> +#include "common.h" + gchar **xml_attr_new(gchar *name, gchar *value); gchar *xml_node_get_attr_value(XMLNode *node, gchar *attr_name); gint xml_node_compare_with_name_func(gconstpointer a, gconstpointer b); |