New header with typedefs, to avoid #include loops among other headers.
authorDan Winship <danw@src.gnome.org>
Wed, 27 Aug 2003 13:13:30 +0000 (13:13 +0000)
committerDan Winship <danw@src.gnome.org>
Wed, 27 Aug 2003 13:13:30 +0000 (13:13 +0000)
commit3594d2168cfa7505f66ebb7991fb9f3a3d5edd41
treea6cd65d99d5af619be36f9bddf36a3232d37f302
parent30cda756af1efcac7bfcf89ae02e7e43c018e63d
New header with typedefs, to avoid #include loops among other headers.

* libsoup/soup-types.h: New header with typedefs, to avoid
#include loops among other headers.

* libsoup/Makefile.am (libsoupinclude_HEADERS): add it

* libsoup/*.[ch], tests/*.c: Update for soup-types.h
27 files changed:
ChangeLog
libsoup/Makefile.am
libsoup/soup-address.h
libsoup/soup-auth.h
libsoup/soup-connection.h
libsoup/soup-context.c
libsoup/soup-context.h
libsoup/soup-error.h
libsoup/soup-message-io.c
libsoup/soup-message.c
libsoup/soup-message.h
libsoup/soup-private.h
libsoup/soup-queue.c
libsoup/soup-server-auth.c
libsoup/soup-server-auth.h
libsoup/soup-server-message.c
libsoup/soup-server-message.h
libsoup/soup-server.c
libsoup/soup-server.h
libsoup/soup-socket.c
libsoup/soup-socket.h
libsoup/soup-types.h [new file with mode: 0644]
libsoup/soup-uri.h
tests/revserver.c
tests/simple-httpd.c
tests/simple-proxy.c
tests/uri-parsing.c