From af6842b237c266673ee58fb952083f74e4e7dbdf Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 10 Aug 2020 14:03:53 +0100 Subject: [PATCH] http-utils: Stop exporting an internal error quark This made its way into the Debian symbols file, but looks like it was never supposed to be exported. Signed-off-by: Philip Withnall --- common/flatpak-utils-http-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/flatpak-utils-http-private.h b/common/flatpak-utils-http-private.h index 7b0b2d0c..f1319f0f 100644 --- a/common/flatpak-utils-http-private.h +++ b/common/flatpak-utils-http-private.h @@ -32,7 +32,7 @@ typedef enum { #define FLATPAK_HTTP_ERROR flatpak_http_error_quark () -FLATPAK_EXTERN GQuark flatpak_http_error_quark (void); +GQuark flatpak_http_error_quark (void); SoupSession * flatpak_create_soup_session (const char *user_agent);