match g_strlcpy with glib proper

This commit is contained in:
Joakim L. Gilje
2021-11-29 10:51:44 +01:00
parent 22c89177d5
commit 97d844c3fc

View File

@@ -11,7 +11,7 @@
#ifdef BSD
#define g_strlcpy strlcpy
#else
extern int g_strlcpy(gchar* dest, const gchar* src, gsize dest_size);
extern gsize g_strlcpy(gchar* dest, const gchar* src, gsize dest_size);
#endif
#endif