Git init
[profile/ivi/libsoup2.4.git] / libsoup / soup-types.h
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3  * Copyright (C) 2003, Ximian, Inc.
4  */
5
6 #ifndef SOUP_TYPES_H
7 #define SOUP_TYPES_H 1
8
9 #include <gio/gio.h>
10
11 #include <libsoup/soup-status.h>
12
13 G_BEGIN_DECLS
14
15 typedef struct _SoupAddress           SoupAddress;
16 typedef struct _SoupAuth              SoupAuth;
17 typedef struct _SoupAuthDomain        SoupAuthDomain;
18 typedef struct _SoupCookie            SoupCookie;
19 typedef struct _SoupCookieJar         SoupCookieJar;
20 typedef struct _SoupDate              SoupDate;
21 typedef struct _SoupMessage           SoupMessage;
22 typedef struct _SoupServer            SoupServer;
23 typedef struct _SoupSession           SoupSession;
24 typedef struct _SoupSessionAsync      SoupSessionAsync;
25 typedef struct _SoupSessionFeature    SoupSessionFeature;
26 typedef struct _SoupSessionSync       SoupSessionSync;
27 typedef struct _SoupSocket            SoupSocket;
28 typedef struct _SoupURI               SoupURI;
29
30 /*< private >*/
31 typedef struct _SoupConnection        SoupConnection;
32 typedef struct _SoupMessageQueue      SoupMessageQueue;
33 typedef struct _SoupMessageQueueItem  SoupMessageQueueItem;
34
35 G_END_DECLS
36
37 #endif