about summary refs log tree commit diff stats
path: root/src/ui/xmlwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/xmlwin.c')
-rw-r--r--src/ui/xmlwin.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ui/xmlwin.c b/src/ui/xmlwin.c
index 31921390..b19586bb 100644
--- a/src/ui/xmlwin.c
+++ b/src/ui/xmlwin.c
@@ -53,3 +53,11 @@ xmlwin_show(ProfXMLWin *xmlwin, const char *const msg)
         win_print(window, '-', 0, NULL, 0, THEME_AWAY, "", "");
     }
 }
+
+char*
+xmlwin_get_string(ProfXMLWin *xmlwin)
+{
+    assert(xmlwin != NULL);
+
+    return strdup("XML console");
+}