summaryrefslogtreecommitdiff
path: root/libsoup/soup-headers.h
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2007-06-01 20:41:47 +0000
committerDan Winship <danw@src.gnome.org>2007-06-01 20:41:47 +0000
commitb576b1dd6019456b295f22edbf82c3a15946c0e0 (patch)
tree67340ca7ab05a71d3514c98ba419684df4dbc7e6 /libsoup/soup-headers.h
parent4f3c863510e2fdf20a9895529ffb9adac0cc24d7 (diff)
downloadlibsoup-b576b1dd6019456b295f22edbf82c3a15946c0e0.tar.gz
add G_BEGIN_DECLS / G_END_DECLS to all installed headers so that libsoup
2007-05-16 Jonathon Jongsma <jjongsma@gnome.org> * libsoup/*.h: add G_BEGIN_DECLS / G_END_DECLS to all installed headers so that libsoup can be used from C++ programs. #438776 svn path=/trunk/; revision=925
Diffstat (limited to 'libsoup/soup-headers.h')
-rw-r--r--libsoup/soup-headers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsoup/soup-headers.h b/libsoup/soup-headers.h
index ea30b627..428ab940 100644
--- a/libsoup/soup-headers.h
+++ b/libsoup/soup-headers.h
@@ -9,6 +9,8 @@
#include <glib.h>
#include <libsoup/soup-message.h>
+G_BEGIN_DECLS
+
/* HTTP Header Parsing */
gboolean soup_headers_parse_request (const char *str,
@@ -41,4 +43,6 @@ char *soup_header_param_copy_token (GHashTable *tokens,
void soup_header_param_destroy_hash (GHashTable *table);
+G_END_DECLS
+
#endif /*SOUP_HEADERS_H*/