summaryrefslogtreecommitdiff
path: root/saedit/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'saedit/xml.h')
-rw-r--r--saedit/xml.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/saedit/xml.h b/saedit/xml.h
new file mode 100644
index 0000000..02bd207
--- /dev/null
+++ b/saedit/xml.h
@@ -0,0 +1,20 @@
+/*=======================================*\
+| ____ ____ |
+| / \ /\ | |
+| \____ / \ |____ |
+| \ /____\ | |
+| \____/prite / \nimation |____ditor |
+| |
+| Copyleft Vasily_Makarov 2011 |
+| |
+\*=======================================*/
+#ifndef XML_H
+#define XML_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);
+gint xml_node_compare_with_action_node_by_imageset_name_func(gconstpointer a, gconstpointer b);
+gint xml_node_compare_with_attr_func(const XMLNode *node, const gchar **attr);
+
+#endif