]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed linkage convention mismatch in peer_proxy_negotiate_auth.cc
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 1 Sep 2012 07:52:25 +0000 (09:52 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 1 Sep 2012 07:52:25 +0000 (09:52 +0200)
src/peer_proxy_negotiate_auth.cc

index 1f926b4654080b9afcde0e1f76f367d39724900e..7988fb9bc18c68780ae50c9efe648eb04e702fc6 100644 (file)
 #include "Debug.h"
 #include "peer_proxy_negotiate_auth.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #if HAVE_PROFILE_H
 #include <profile.h>
 #endif                         /* HAVE_PROFILE_H */
@@ -547,7 +543,4 @@ cleanup:
         return token;
     }
 
-#ifdef __cplusplus
-}
-#endif
 #endif /* HAVE_KRB5 && HAVE_GSSAPI */