diff options
author | Dan Winship <danw@src.gnome.org> | 2002-11-05 19:45:46 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-11-05 19:45:46 +0000 |
commit | d4629510fb547f3ed2cce829ea1ec0c73bc5647c (patch) | |
tree | 19ee5b614bf12a0aa2ebd29d8a9fd2535dea8386 /libsoup/soup.h | |
parent | 6314c214c92e43c84be54754013580ecb475b486 (diff) | |
download | libsoup-d4629510fb547f3ed2cce829ea1ec0c73bc5647c.tar.gz |
Split libsoup out of soup. ChangeLog.old contains the original soup
* Split libsoup out of soup. ChangeLog.old contains the original
soup ChangeLog.
* Makefile.am, etc: Fix things up to work with the new directory
layout. Disable docs until we fix them.
* autogen.sh: Use gnome-autogen.sh
* configure.in: Require autoconf 2.53. Remove stuff that was only
needed for httpd or wsdl code. Remove glib1 support. Bump version
to 2.0.
* libsoup/Makefile.am: Rename library to libsoup-2.0, put includes
in ${includedir}/soup-2.0
* libsoup/*: Merge soup-0-7 back onto the trunk. Remove
SOAP-specific stuff, Windows support, and other things that
weren't being maintained.
* soup-config.in, soupConf.sh: Kill these. We only support
pkg-config now.
Diffstat (limited to 'libsoup/soup.h')
-rw-r--r-- | libsoup/soup.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libsoup/soup.h b/libsoup/soup.h index bda95f1f..f5fc25e0 100644 --- a/libsoup/soup.h +++ b/libsoup/soup.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * soup.h: Asyncronous Callback-based SOAP Request Queue. + * soup.h: Asyncronous Callback-based HTTP Request Queue. * * Authors: * Alex Graveley (alex@helixcode.com) @@ -16,14 +16,8 @@ extern "C" { #endif #include <libsoup/soup-context.h> -#include <libsoup/soup-dav.h> -#include <libsoup/soup-dav-server.h> #include <libsoup/soup-message.h> #include <libsoup/soup-misc.h> -#include <libsoup/soup-fault.h> -#include <libsoup/soup-env.h> -#include <libsoup/soup-parser.h> -#include <libsoup/soup-serializer.h> #include <libsoup/soup-socket.h> #include <libsoup/soup-uri.h> |