summaryrefslogtreecommitdiff
path: root/saedit/xml.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-05 03:39:04 +0300
committerAndrei Karas <akaras@inbox.ru>2012-01-05 03:39:04 +0300
commitb9277f939c2505fae2167f6caee4ff8a9e1d0685 (patch)
treedd6a44eedebf82f429de7cd621ca3334bf3ce843 /saedit/xml.h
parent7e6fc28069280d94575f8cf03d38574bb86a12c2 (diff)
parent97911ac99f187a7c2c3eb4324b04cbb39b8e9bee (diff)
downloadtools-b9277f939c2505fae2167f6caee4ff8a9e1d0685.tar.gz
tools-b9277f939c2505fae2167f6caee4ff8a9e1d0685.tar.bz2
tools-b9277f939c2505fae2167f6caee4ff8a9e1d0685.tar.xz
tools-b9277f939c2505fae2167f6caee4ff8a9e1d0685.zip
Merge branch 'master' of ssh://gitent-scm.com/git/evol/privtools
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);