diff options
Diffstat (limited to 'trace-xml.h')
-rw-r--r-- | trace-xml.h | 2 |
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 * | |||
56 | tracecmd_xml_node_next(struct tracecmd_xml_system_node *tnode); | 56 | tracecmd_xml_node_next(struct tracecmd_xml_system_node *tnode); |
57 | const char *tracecmd_xml_node_value(struct tracecmd_xml_handle *handle, | 57 | const char *tracecmd_xml_node_value(struct tracecmd_xml_handle *handle, |
58 | struct tracecmd_xml_system_node *tnode); | 58 | struct tracecmd_xml_system_node *tnode); |
59 | int 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 */ |