summaryrefslogtreecommitdiff
path: root/common/flatpak-utils-http-private.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2020-05-05 16:50:15 +0200
committerAlexander Larsson <alexander.larsson@gmail.com>2020-06-05 09:35:30 +0200
commit7820057336a3f2907300d8b2fe7968106a3cd178 (patch)
tree5f3b3a38f04c848c5ba0f8c2200969d834532579 /common/flatpak-utils-http-private.h
parentbfa71e208a3672d965f560fd5250787d9b933493 (diff)
downloadflatpak-7820057336a3f2907300d8b2fe7968106a3cd178.tar.gz
Add content_type output to flatpak_load_uri()
We want this to get the oci mimetypes
Diffstat (limited to 'common/flatpak-utils-http-private.h')
-rw-r--r--common/flatpak-utils-http-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/flatpak-utils-http-private.h b/common/flatpak-utils-http-private.h
index 0384f4a6..7b0b2d0c 100644
--- a/common/flatpak-utils-http-private.h
+++ b/common/flatpak-utils-http-private.h
@@ -52,6 +52,7 @@ GBytes * flatpak_load_uri (SoupSession *soup_session,
const char *token,
FlatpakLoadUriProgress progress,
gpointer user_data,
+ char **out_content_type,
GCancellable *cancellable,
GError **error);
gboolean flatpak_download_http_uri (SoupSession *soup_session,