mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -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"
|
#include "iregex.h"
|
||||||
|
|
||||||
const gchar *
|
static const gchar *
|
||||||
make_valid_utf8(const gchar *text, gboolean *free_ret)
|
make_valid_utf8(const gchar *text, gboolean *free_ret)
|
||||||
{
|
{
|
||||||
GString *str;
|
GString *str;
|
||||||
@ -82,7 +82,7 @@ i_regex_match (const Regex *regex,
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
gsize
|
static gsize
|
||||||
strlen_pua_oddly(const char *str)
|
strlen_pua_oddly(const char *str)
|
||||||
{
|
{
|
||||||
const gchar *ptr;
|
const gchar *ptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user