gosxutils: Add missing prototype

Fixes a `-Wmissing-prototypes` warning on macOS.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2021-11-18 13:48:08 +00:00
parent 249e654b96
commit 97e3d366bc

View File

@ -21,6 +21,8 @@
#include "gutils.h"
#include "gstrfuncs.h"
void load_user_special_dirs_macos (gchar **table);
static gchar *
find_folder (NSSearchPathDirectory type)
{