summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-12-17 14:10:38 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-12-17 14:10:38 -0600
commitcf3bfeb14dec6c16f5721d21ef37a0c424d0404b (patch)
treec9ed94ce4029bb696bbf2312e334b7bce0e3b47e
parent2c09ba1ed62205f21d5664f40a4b6a0a7de8276d (diff)
downloadepiphany-cf3bfeb14dec6c16f5721d21ef37a0c424d0404b.tar.gz
Revert "uri-helpers: Make validate_unicode_label() static"
This reverts commit 2c09ba1ed62205f21d5664f40a4b6a0a7de8276d.
-rw-r--r--lib/ephy-uri-helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-uri-helpers.c b/lib/ephy-uri-helpers.c
index 143210f03..932a45f51 100644
--- a/lib/ephy-uri-helpers.c
+++ b/lib/ephy-uri-helpers.c
@@ -284,7 +284,7 @@ script_table_get (GHashTable *table,
*
* Return value: %TRUE if @label is considered safe, %FALSE otherwise
**/
-static gboolean
+gboolean
validate_unicode_label (const char *label)
{
GHashTable *table;