summaryrefslogtreecommitdiff
path: root/common/flatpak-utils-http-private.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2022-06-14 09:52:54 +0200
committerAlexander Larsson <alexander.larsson@gmail.com>2022-06-16 13:49:45 +0200
commit1c9e65d5e42808186f705c3c8c120688f12a80fd (patch)
tree7327c586a3e6ef5a534b5e4970ac9da774796721 /common/flatpak-utils-http-private.h
parent676c0181134a0a42e751618075505c163f948a4d (diff)
downloadflatpak-1c9e65d5e42808186f705c3c8c120688f12a80fd.tar.gz
Move all use of soup APIs into flatpak-utils-http
This will allow us to make the soup dependency optional.
Diffstat (limited to 'common/flatpak-utils-http-private.h')
-rw-r--r--common/flatpak-utils-http-private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/flatpak-utils-http-private.h b/common/flatpak-utils-http-private.h
index 55f0518f..2c89ba40 100644
--- a/common/flatpak-utils-http-private.h
+++ b/common/flatpak-utils-http-private.h
@@ -22,7 +22,6 @@
#define __FLATPAK_UTILS_HTTP_H__
#include <string.h>
-#include <libsoup/soup.h>
typedef enum {
FLATPAK_HTTP_ERROR_NOT_CHANGED = 0,
@@ -33,8 +32,6 @@ typedef enum {
GQuark flatpak_http_error_quark (void);
-SoupSession * flatpak_create_soup_session (const char *user_agent);
-
typedef struct FlatpakHttpSession FlatpakHttpSession;
FlatpakHttpSession* flatpak_create_http_session (const char *user_agent);