summaryrefslogtreecommitdiff
path: root/saedit/xmlsetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'saedit/xmlsetup.h')
-rw-r--r--saedit/xmlsetup.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/saedit/xmlsetup.h b/saedit/xmlsetup.h
new file mode 100644
index 0000000..37c9b65
--- /dev/null
+++ b/saedit/xmlsetup.h
@@ -0,0 +1,10 @@
+#ifndef _XML_SETUP_H_
+#define _XML_SETUP_H_
+
+void
+xml_setup_setup (XMLNode *node);
+
+void
+xml_setup_clear (void);
+
+#endif