X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-class-filter.h;h=b7e28c123b9403638bbc8071ef2418a8182eb406;hb=fe7265b50927fe05576f8c5cedaea1d8433d8a02;hp=aa9b6c0bcfa019d2f1fe26524f8d44c5b0efefcc;hpb=a19804e742baa94691303e48e4e41bc0a4a8d917;p=babeltrace.git diff --git a/include/babeltrace/graph/component-class-filter.h b/include/babeltrace/graph/component-class-filter.h index aa9b6c0b..b7e28c12 100644 --- a/include/babeltrace/graph/component-class-filter.h +++ b/include/babeltrace/graph/component-class-filter.h @@ -35,20 +35,20 @@ struct bt_component_class; extern struct bt_component_class *bt_component_class_filter_create(const char *name, - bt_component_class_notification_iterator_next_method notification_iterator_next_method); + bt_component_class_notification_iterator_next_method method); extern int bt_component_class_filter_set_notification_iterator_init_method( struct bt_component_class *component_class, - bt_component_class_notification_iterator_init_method notification_iterator_init_method); + bt_component_class_notification_iterator_init_method method); extern int bt_component_class_filter_set_notification_iterator_finalize_method( struct bt_component_class *component_class, - bt_component_class_notification_iterator_finalize_method notification_iterator_finalize_method); + bt_component_class_notification_iterator_finalize_method method); #ifdef __cplusplus } #endif -#endif /* BABELTRACEGRAPHCOMPONENT_COMPONENT_CLASS_FILTER_H */ +#endif /* BABELTRACE_GRAPH_COMPONENT_CLASS_FILTER_H */