X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fgraph-const.h;h=168ed2b25c5a8bed26e90487935d76e72263cc70;hb=21a9f056fd7d86d18aa7a1700c7f47d93eb1adeb;hp=a172e3b5df8d99d6442b8618037d93a38cc6193b;hpb=959b3d46dc042fe1df34592f528f866dd200f395;p=babeltrace.git diff --git a/include/babeltrace2/graph/graph-const.h b/include/babeltrace2/graph/graph-const.h index a172e3b5..168ed2b2 100644 --- a/include/babeltrace2/graph/graph-const.h +++ b/include/babeltrace2/graph/graph-const.h @@ -2,8 +2,7 @@ #define BABELTRACE2_GRAPH_GRAPH_CONST_H /* - * Copyright 2017-2018 Philippe Proulx - * Copyright 2017 Jérémie Galarneau + * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -34,8 +33,6 @@ extern "C" { #endif -extern bt_bool bt_graph_is_canceled(const bt_graph *graph); - extern void bt_graph_get_ref(const bt_graph *graph); extern void bt_graph_put_ref(const bt_graph *graph);