mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gosxutils: Add missing prototype
Fixes a `-Wmissing-prototypes` warning on macOS. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
249e654b96
commit
97e3d366bc
@ -21,6 +21,8 @@
|
||||
#include "gutils.h"
|
||||
#include "gstrfuncs.h"
|
||||
|
||||
void load_user_special_dirs_macos (gchar **table);
|
||||
|
||||
static gchar *
|
||||
find_folder (NSSearchPathDirectory type)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user