[glib/wip/pwithnall/macos-werror: 3/4] gosxutils: Add missing prototype




commit 97e3d366bc931f754d36cafa7d054aef46376463
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]