summaryrefslogtreecommitdiff
path: root/libsoup/soup-auth.h
diff options
context:
space:
mode:
authorAlex Graveley <alex@ximian.com>2001-08-17 18:44:23 +0000
committerAlex Graveley <orph@src.gnome.org>2001-08-17 18:44:23 +0000
commit7d9cd16c4f9f4514b67df16295e53856879477fc (patch)
tree41a2ed29769a6a8049a47f9e22bf593b97eaa198 /libsoup/soup-auth.h
parent37effda7d1460f8551f6c542713adba90bafa69c (diff)
downloadlibsoup-7d9cd16c4f9f4514b67df16295e53856879477fc.tar.gz
Initial WebDAV server support.
2001-08-17 Alex Graveley <alex@ximian.com> * src/soup-core/soup-dav-server.[ch]: Initial WebDAV server support. * src/soup-core/soup-dav.[ch]: Beginnings of WebDAV client support. * configure.in: Add warning about updating src/soup-core/soup-private.h when version changes. * src/soup-core/soup-private.h: Declare SoupAuth here, so including is possible.
Diffstat (limited to 'libsoup/soup-auth.h')
-rw-r--r--libsoup/soup-auth.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libsoup/soup-auth.h b/libsoup/soup-auth.h
index f950bec7..e554a4f5 100644
--- a/libsoup/soup-auth.h
+++ b/libsoup/soup-auth.h
@@ -13,8 +13,7 @@
#include "soup-context.h"
#include "soup-message.h"
-
-typedef struct _SoupAuth SoupAuth;
+#include "soup-private.h"
SoupAuth *soup_auth_new_from_header (SoupContext *context,
const char *header);