X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fself-component-filter.h;h=20b3e9f87bc488914806b07ae3a5cddfc07f1f75;hb=924dc299c8a893e92fcd985fa05c245b591ef314;hp=7d646b5af0560d3050f64e42bbe05ef5e28e864f;hpb=0d1c8791396d4cf4c5cc2160838f25608fa12b4b;p=babeltrace.git diff --git a/include/babeltrace2/graph/self-component-filter.h b/include/babeltrace2/graph/self-component-filter.h index 7d646b5a..20b3e9f8 100644 --- a/include/babeltrace2/graph/self-component-filter.h +++ b/include/babeltrace2/graph/self-component-filter.h @@ -1,5 +1,5 @@ -#ifndef BABELTRACE_GRAPH_SELF_COMPONENT_FILTER_H -#define BABELTRACE_GRAPH_SELF_COMPONENT_FILTER_H +#ifndef BABELTRACE2_GRAPH_SELF_COMPONENT_FILTER_H +#define BABELTRACE2_GRAPH_SELF_COMPONENT_FILTER_H /* * Copyright 2017-2018 Philippe Proulx @@ -26,7 +26,7 @@ #include -/* For bt_self_component_status */ +/* For bt_self_component_*_status */ #include /* @@ -65,7 +65,7 @@ bt_self_component_filter_borrow_output_port_by_index( bt_self_component_filter *self_component, uint64_t index); -extern bt_self_component_status +extern bt_self_component_add_port_status bt_self_component_filter_add_output_port( bt_self_component_filter *self_component, const char *name, void *user_data, @@ -81,7 +81,7 @@ bt_self_component_filter_borrow_input_port_by_index( bt_self_component_filter *self_component, uint64_t index); -extern bt_self_component_status +extern bt_self_component_add_port_status bt_self_component_filter_add_input_port( bt_self_component_filter *self_component, const char *name, void *user_data, @@ -91,4 +91,4 @@ bt_self_component_filter_add_input_port( } #endif -#endif /* BABELTRACE_GRAPH_SELF_COMPONENT_FILTER_H */ +#endif /* BABELTRACE2_GRAPH_SELF_COMPONENT_FILTER_H */