summaryrefslogtreecommitdiff
path: root/saedit/xml.h
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2011-10-19 20:35:03 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2011-10-19 20:35:03 +0400
commit580c082d81b21c34886ab59905239eb64449378f (patch)
tree201a0c7b05e9f92526a159ee2afd791c1fc9613b /saedit/xml.h
parente8cb9b654edff98a0ccdc2aa2de519ee1eaee343 (diff)
downloadevol-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.h4
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);