summaryrefslogtreecommitdiffstats
path: root/apt-pkg/contrib/proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/contrib/proxy.h')
-rw-r--r--apt-pkg/contrib/proxy.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/apt-pkg/contrib/proxy.h b/apt-pkg/contrib/proxy.h
new file mode 100644
index 0000000..f6d70ea
--- /dev/null
+++ b/apt-pkg/contrib/proxy.h
@@ -0,0 +1,16 @@
+// -*- mode: cpp; mode: fold -*-
+// Description /*{{{*/
+/* ######################################################################
+
+ Proxy - Proxy operations
+
+ ##################################################################### */
+ /*}}}*/
+#ifndef PKGLIB_PROXY_H
+#define PKGLIB_PROXY_H
+
+class URI;
+APT_PUBLIC bool AutoDetectProxy(URI &URL);
+
+
+#endif