mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
Update iregex-gregex.c
make helper functions static
This commit is contained in:
parent
78a390f479
commit
00354c3651
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue