Replace assert() -> BT_ASSERT() and some preconditions with BT_ASSERT_PRE()
[babeltrace.git] / plugins / ctf / fs-src / query.h
index 01b67c2d5953248608c12afdf6376135617984bf..ff89fa36dc607d1155f7701bc0e59c3ee64197ff 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace/values.h>
 #include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/graph/component-class.h>
+#include <babeltrace/babeltrace.h>
 
 BT_HIDDEN
-struct bt_value *metadata_info_query(struct bt_component_class *comp_class,
+struct bt_component_class_query_method_return metadata_info_query(
+               struct bt_component_class *comp_class,
+               struct bt_value *params);
+
+BT_HIDDEN
+struct bt_component_class_query_method_return trace_info_query(
+               struct bt_component_class *comp_class,
                struct bt_value *params);
 
 #endif /* BABELTRACE_PLUGIN_CTF_FS_QUERY_H */
This page took 0.028392 seconds and 4 git commands to generate.