From 2d72c19843b1af4bb0f2e037dab260179e4e981f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Mon, 15 Oct 2012 04:37:40 +0200 Subject: Move extern "C" after std-header inclusions. --- testsuites/libtests/mghttpd01/test-http-client.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuites/libtests/mghttpd01') diff --git a/testsuites/libtests/mghttpd01/test-http-client.h b/testsuites/libtests/mghttpd01/test-http-client.h index 5e06f96ede..bbcbfa7b3e 100644 --- a/testsuites/libtests/mghttpd01/test-http-client.h +++ b/testsuites/libtests/mghttpd01/test-http-client.h @@ -15,14 +15,14 @@ #ifndef TEST_WEB_CLIENT_H #define TEST_WEB_CLIENT_H -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - #include #include #include +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + typedef struct { int socket; -- cgit v1.2.3