From 3b61d747f8e7f5e92912e45dc5827909f8b98ed0 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 8 Mar 2021 13:08:33 +0100 Subject: Remove warnings about missing prototypes --- mate-dictionary/src/gdict-sidebar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mate-dictionary/src/gdict-sidebar.c') diff --git a/mate-dictionary/src/gdict-sidebar.c b/mate-dictionary/src/gdict-sidebar.c index 5d2ea36e..98f87fd7 100644 --- a/mate-dictionary/src/gdict-sidebar.c +++ b/mate-dictionary/src/gdict-sidebar.c @@ -71,7 +71,7 @@ static GQuark sidebar_page_id_quark = 0; G_DEFINE_TYPE_WITH_PRIVATE (GdictSidebar, gdict_sidebar, GTK_TYPE_BOX); -SidebarPage * +static SidebarPage * sidebar_page_new (const gchar *id, const gchar *name, GtkWidget *widget) @@ -89,7 +89,7 @@ sidebar_page_new (const gchar *id, return page; } -void +static void sidebar_page_free (SidebarPage *page) { if (G_LIKELY (page)) -- cgit v1.2.1