]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/protos.h
Author: Markus Moeller <huaraz@moeller.plus.com>
[thirdparty/squid.git] / src / protos.h
index 459820d3bc0766cbb8620526a10e49fc2af91e85..e56f6065cdca0e85a0f873155989c00199fd14c1 100644 (file)
@@ -797,4 +797,8 @@ class external_acl;
 
 #endif
 
+#if HAVE_KRB5 && HAVE_GSSAPI
+            /* upstream proxy authentication */
+            SQUIDCEXTERN char *peer_proxy_negotiate_auth(char *principal_name, char *proxy);
+#endif
 #endif /* SQUID_PROTOS_H */