This isn't the proper way to use extern C as the included
headers may actually have C++ aware code in them.
Fixes #222
https://github.com/GNOME/libsoup/commit/
3f88e62a37c02f6be38e390936c33fc015d8acfd
Change-Id: Ib6a8767f6896ad5e949a2e2541a6b9c99b204d29
#ifndef __SOUP_H__
#define __SOUP_H__ 1
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#define __SOUP_H_INSIDE__
#include <libsoup/soup-address.h>
#undef __SOUP_H_INSIDE__
-#ifdef __cplusplus
-}
-#endif
-
#endif /* __SOUP_H__ */