gator: Version 5.19
[firefly-linux-kernel-4.4.55.git] / tools / gator / daemon / EventsXML.h
index 6cd1560f7d4e13d042281c31e1bdfe8288c054ba..ff7a02fd3c78b56dd702cdffaa30da86bcac2e4a 100644 (file)
@@ -9,9 +9,12 @@
 #ifndef EVENTS_XML
 #define EVENTS_XML
 
+#include "mxml/mxml.h"
+
 class EventsXML {
 public:
-       char* getXML();
+       mxml_node_t *getTree();
+       char *getXML();
        void write(const char* path);
 };