summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-glib/as-utils.h')
-rw-r--r--libappstream-glib/as-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/as-utils.h b/libappstream-glib/as-utils.h
index 3fe76fe..2d28cd4 100644
--- a/libappstream-glib/as-utils.h
+++ b/libappstream-glib/as-utils.h
@@ -40,6 +40,7 @@ gchar **as_utils_spdx_license_tokenize (const gchar *license);
gboolean as_utils_check_url_exists (const gchar *url,
guint timeout,
GError **error);
+gchar *as_utils_get_fedora_maintainer_for_pkg (const gchar *pkgname);
G_END_DECLS