From de849b4040ba51c35b82ad2a7a55dfe13d2ffc47 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 8 Jun 2017 20:56:50 -0400 Subject: [PATCH] include/babeltrace/graph/private-connection.h: add missing `extern` MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- include/babeltrace/graph/private-connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/babeltrace/graph/private-connection.h b/include/babeltrace/graph/private-connection.h index ea44d932..e5a907fd 100644 --- a/include/babeltrace/graph/private-connection.h +++ b/include/babeltrace/graph/private-connection.h @@ -34,7 +34,7 @@ struct bt_connection; struct bt_private_port; struct bt_private_connection; -struct bt_connection *bt_connection_from_private_connection( +extern struct bt_connection *bt_connection_from_private_connection( struct bt_private_connection *private_connection); extern enum bt_connection_status -- 2.34.1