aboutsummaryrefslogtreecommitdiffstats
path: root/trace-xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace-xml.h')
-rw-r--r--trace-xml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-xml.h b/trace-xml.h
index f84907d..d1f62b0 100644
--- a/trace-xml.h
+++ b/trace-xml.h
@@ -56,5 +56,7 @@ struct tracecmd_xml_system_node *
56tracecmd_xml_node_next(struct tracecmd_xml_system_node *tnode); 56tracecmd_xml_node_next(struct tracecmd_xml_system_node *tnode);
57const char *tracecmd_xml_node_value(struct tracecmd_xml_handle *handle, 57const char *tracecmd_xml_node_value(struct tracecmd_xml_handle *handle,
58 struct tracecmd_xml_system_node *tnode); 58 struct tracecmd_xml_system_node *tnode);
59int tracecmd_xml_system_exists(struct tracecmd_xml_handle *handle,
60 const char *system);
59 61
60#endif /* __TRACE_XML_H */ 62#endif /* __TRACE_XML_H */