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.
|
Line | |
---|
1 | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ |
---|
2 | /* |
---|
3 | * Copyright (C) 2000-2003, Ximian, Inc. |
---|
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> |
---|
15 | #include <libsoup/soup-session-async.h> |
---|
16 | #include <libsoup/soup-session-sync.h> |
---|
17 | #include <libsoup/soup-socket.h> |
---|
18 | #include <libsoup/soup-uri.h> |
---|
19 | |
---|
20 | #ifdef __cplusplus |
---|
21 | } |
---|
22 | #endif |
---|
23 | |
---|
24 | #endif /* SOUP_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.