mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-14 03:49:28 -04:00
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:
committed by
Alexander Larsson
parent
e0c0c43728
commit
af6842b237
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user