/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2010 Guido Guenther * Copyright (C) 2016 Red Hat, Inc. */ #pragma once #include "soup-connection-auth.h" G_BEGIN_DECLS SOUP_AVAILABLE_IN_ALL G_DECLARE_FINAL_TYPE (SoupAuthNegotiate, soup_auth_negotiate, SOUP, AUTH_NEGOTIATE, SoupConnectionAuth) G_END_DECLS