Revision 21108,
455 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21107,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[19534] | 1 | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ |
---|
| 2 | /* |
---|
[21107] | 3 | * Copyright (C) 2000-2003, Ximian, Inc. |
---|
[19534] | 4 | */ |
---|
| 5 | |
---|
| 6 | #ifndef SOUP_H |
---|
| 7 | #define SOUP_H 1 |
---|
| 8 | |
---|
| 9 | #ifdef __cplusplus |
---|
| 10 | extern "C" { |
---|
| 11 | #endif |
---|
| 12 | |
---|
| 13 | #include <libsoup/soup-message.h> |
---|
| 14 | #include <libsoup/soup-misc.h> |
---|
[21107] | 15 | #include <libsoup/soup-session-async.h> |
---|
| 16 | #include <libsoup/soup-session-sync.h> |
---|
[19534] | 17 | #include <libsoup/soup-socket.h> |
---|
| 18 | #include <libsoup/soup-uri.h> |
---|
| 19 | |
---|
| 20 | #ifdef __cplusplus |
---|
| 21 | } |
---|
| 22 | #endif |
---|
| 23 | |
---|
[21107] | 24 | #endif /* SOUP_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.