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:
parent
78a390f479
commit
00354c3651
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user