.gitignore: add some more IDE / tools related file
[babeltrace.git] / src / lib / graph / component-filter.h
index 1c43d0c5c2abcb38c5272613de29736aa69e82cf..53f7ed8fbc7fbe0ab65dc3666292e1fd8e9e345c 100644 (file)
@@ -5,22 +5,17 @@
  * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  */
 
-#ifndef BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H
-#define BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H
+#ifndef BABELTRACE_LIB_GRAPH_COMPONENT_FILTER_H
+#define BABELTRACE_LIB_GRAPH_COMPONENT_FILTER_H
 
-#include "common/macros.h"
 #include <babeltrace2/graph/component.h>
 
-#include "component-class.h"
 #include "component.h"
 
 struct bt_component_filter {
        struct bt_component parent;
 };
 
-struct bt_component *bt_component_filter_create(
-               const struct bt_component_class *class);
+struct bt_component *bt_component_filter_create(void);
 
-void bt_component_filter_destroy(struct bt_component *component);
-
-#endif /* BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H */
+#endif /* BABELTRACE_LIB_GRAPH_COMPONENT_FILTER_H */
This page took 0.023625 seconds and 4 git commands to generate.