aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/EventsXML.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/EventsXML.h')
-rw-r--r--tools/gator/daemon/EventsXML.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/gator/daemon/EventsXML.h b/tools/gator/daemon/EventsXML.h
index 6cd1560f7d4e..ff7a02fd3c78 100644
--- a/tools/gator/daemon/EventsXML.h
+++ b/tools/gator/daemon/EventsXML.h
@@ -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);
};