summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/iregex-gregex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/iregex-gregex.c b/src/core/iregex-gregex.c
index 0de11e64..1a77d5b3 100644
--- a/src/core/iregex-gregex.c
+++ b/src/core/iregex-gregex.c
@@ -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;