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 <withnall@endlessm.com>
This commit is contained in:
Philip Withnall
2020-08-10 14:03:53 +01:00
committed by Alexander Larsson
parent e0c0c43728
commit af6842b237

View File

@@ -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);