summaryrefslogtreecommitdiff
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/proxy.h b/apt-pkg/contrib/proxy.h
index 2cbcd07b4..f6d70ea8b 100644
--- a/apt-pkg/contrib/proxy.h
+++ b/apt-pkg/contrib/proxy.h
@@ -10,7 +10,7 @@
#define PKGLIB_PROXY_H
class URI;
-bool AutoDetectProxy(URI &URL);
+APT_PUBLIC bool AutoDetectProxy(URI &URL);
#endif