From: Francesco Chemolli Date: Sat, 1 Sep 2012 07:52:25 +0000 (+0200) Subject: Fixed linkage convention mismatch in peer_proxy_negotiate_auth.cc X-Git-Tag: sourceformat-review-1~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5587ae99d2ca1477e1e602536a4242bd4a0aabe;p=thirdparty%2Fsquid.git Fixed linkage convention mismatch in peer_proxy_negotiate_auth.cc --- diff --git a/src/peer_proxy_negotiate_auth.cc b/src/peer_proxy_negotiate_auth.cc index 1f926b4654..7988fb9bc1 100644 --- a/src/peer_proxy_negotiate_auth.cc +++ b/src/peer_proxy_negotiate_auth.cc @@ -33,10 +33,6 @@ #include "Debug.h" #include "peer_proxy_negotiate_auth.h" -#ifdef __cplusplus -extern "C" { -#endif - #if HAVE_PROFILE_H #include #endif /* HAVE_PROFILE_H */ @@ -547,7 +543,4 @@ cleanup: return token; } -#ifdef __cplusplus -} -#endif #endif /* HAVE_KRB5 && HAVE_GSSAPI */