summaryrefslogtreecommitdiff
path: root/libsoup/soup-auth-digest.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2005-04-11 20:42:07 +0000
committerDan Winship <danw@src.gnome.org>2005-04-11 20:42:07 +0000
commitdbc7ce9e0f5bf9c8be764946886a9003fb129b29 (patch)
tree4a60b096b33fbce7a9ddf26f9ba1b77f6d8688d4 /libsoup/soup-auth-digest.h
parent0d10ee7c5a25bf27440e914be3b891c5004ebc6f (diff)
downloadlibsoup-dbc7ce9e0f5bf9c8be764946886a9003fb129b29.tar.gz
require glib-2.0 >= 2.4.0
* configure.in: require glib-2.0 >= 2.4.0 * libsoup/*.c: use G_DEFINE_TYPE and g_type_class_add_private/G_TYPE_INSTANCE_GET_PRIVATE * libsoup/soup-types.h: kill SOUP_MAKE_TYPE and SOUP_MAKE_TYPE_WITH_IFACE * tests/revserver.c: use GThread. (patch from tml)
Diffstat (limited to 'libsoup/soup-auth-digest.h')
-rw-r--r--libsoup/soup-auth-digest.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libsoup/soup-auth-digest.h b/libsoup/soup-auth-digest.h
index 3b8e072f..b8bf8fa8 100644
--- a/libsoup/soup-auth-digest.h
+++ b/libsoup/soup-auth-digest.h
@@ -15,12 +15,9 @@
#define SOUP_IS_AUTH_DIGEST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), SOUP_TYPE_AUTH_DIGEST))
#define SOUP_AUTH_DIGEST_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), SOUP_TYPE_AUTH_DIGEST, SoupAuthDigestClass))
-typedef struct SoupAuthDigestPrivate SoupAuthDigestPrivate;
-
typedef struct {
SoupAuth parent;
- SoupAuthDigestPrivate *priv;
} SoupAuthDigest;
typedef struct {