X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-filter-internal.h;h=08caef0ed81cf33782a0d52c569d5374b60fe709;hb=312c056ae3d374b253fa0cfe5ed576c0b0e5e569;hp=3bf79a187cc55b67bb8669c7b60136f50f2aa886;hpb=b95e1e3a30343ebce5aab61018ea54ac48da1c94;p=babeltrace.git diff --git a/include/babeltrace/graph/component-filter-internal.h b/include/babeltrace/graph/component-filter-internal.h index 3bf79a18..08caef0e 100644 --- a/include/babeltrace/graph/component-filter-internal.h +++ b/include/babeltrace/graph/component-filter-internal.h @@ -1,5 +1,5 @@ -#ifndef BABELTRACE_COMPONENT_FILTER_INTERNAL_H -#define BABELTRACE_COMPONENT_FILTER_INTERNAL_H +#ifndef BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H +#define BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H /* * BabelTrace - Filter Component Internal @@ -46,9 +46,9 @@ struct bt_component_filter { */ BT_HIDDEN struct bt_component *bt_component_filter_create( - struct bt_component_class *class, struct bt_value *params); + struct bt_component_class *class); BT_HIDDEN void bt_component_filter_destroy(struct bt_component *component); -#endif /* BABELTRACE_COMPONENT_FILTER_INTERNAL_H */ +#endif /* BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H */