From 0c4d5a31dd5998b37ab8a6add69118495ecaf0d8 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 10 Sep 2014 16:04:07 +0100 Subject: Add as_utils_get_string_overlap() This is needed for future code. --- libappstream-glib/as-utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libappstream-glib/as-utils.h') diff --git a/libappstream-glib/as-utils.h b/libappstream-glib/as-utils.h index 2536ec0..283c99f 100644 --- a/libappstream-glib/as-utils.h +++ b/libappstream-glib/as-utils.h @@ -47,6 +47,8 @@ gboolean as_utils_check_url_exists (const gchar *url, gchar *as_utils_find_icon_filename (const gchar *destdir, const gchar *search, GError **error); +gchar *as_utils_get_string_overlap (const gchar *s1, + const gchar *s2); G_END_DECLS -- cgit v1.2.1