1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
2 /*
3  * Copyright (C) 2010 Guido Guenther <agx@sigxcpu.org>
4  * Copyright (C) 2016 Red Hat, Inc.
5  */
6 
7 #pragma once
8 
9 #include "soup-connection-auth.h"
10 
11 G_BEGIN_DECLS
12 
13 SOUP_AVAILABLE_IN_ALL
14 G_DECLARE_FINAL_TYPE (SoupAuthNegotiate, soup_auth_negotiate, SOUP, AUTH_NEGOTIATE, SoupConnectionAuth)
15 
16 G_END_DECLS
17