1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

Update iregex-gregex.c

make helper functions static
This commit is contained in:
ailin-nemui 2017-06-05 10:10:38 +02:00 committed by GitHub
parent 78a390f479
commit 00354c3651

View File

@ -2,7 +2,7 @@
#include "iregex.h"
const gchar *
static const gchar *
make_valid_utf8(const gchar *text, gboolean *free_ret)
{
GString *str;
@ -82,7 +82,7 @@ i_regex_match (const Regex *regex,
return ret;
}
gsize
static gsize
strlen_pua_oddly(const char *str)
{
const gchar *ptr;