summaryrefslogtreecommitdiff
path: root/saedit/xml.h
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2012-02-08 21:42:49 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2012-02-08 21:42:49 +0400
commit6545f58904d754db19800a1cd21f472eb13339bd (patch)
tree31302573e165c3eaab15ed6eef879e5b5d6324eb /saedit/xml.h
parent6cef75a6df920f13a42b0ab17e2539aacc5e79e5 (diff)
downloadevol-tools-6545f58904d754db19800a1cd21f472eb13339bd.tar.gz
evol-tools-6545f58904d754db19800a1cd21f472eb13339bd.tar.bz2
evol-tools-6545f58904d754db19800a1cd21f472eb13339bd.tar.xz
evol-tools-6545f58904d754db19800a1cd21f472eb13339bd.zip
SAE: Add Debug mode
Diffstat (limited to 'saedit/xml.h')
-rw-r--r--saedit/xml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/saedit/xml.h b/saedit/xml.h
index 4030d72..2f5bc2b 100644
--- a/saedit/xml.h
+++ b/saedit/xml.h
@@ -19,6 +19,7 @@ typedef struct {
gchar *name;
gchar *text;
gchar **attributes;
+ int line_number;
GList *sub_nodes;
} XMLNode;