[glib/wip/pwithnall/macos-werror] gosxutils: Add missing prototype
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/pwithnall/macos-werror] gosxutils: Add missing prototype
- Date: Thu, 18 Nov 2021 13:48:33 +0000 (UTC)
commit 2222e627cf051379e634a45ae0b97808cc2e3c43
Author: Philip Withnall <pwithnall endlessos org>
Date: Thu Nov 18 13:48:08 2021 +0000
gosxutils: Add missing prototype
Fixes a `-Wmissing-prototypes` warning on macOS.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
glib/gosxutils.m | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/glib/gosxutils.m b/glib/gosxutils.m
index ff461a49b..4d2d962ef 100644
--- a/glib/gosxutils.m
+++ b/glib/gosxutils.m
@@ -21,6 +21,8 @@
#include "gutils.h"
#include "gstrfuncs.h"
+void load_user_special_dirs_macos (gchar **table);
+
static gchar *
find_folder (NSSearchPathDirectory type)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]