summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/proxy.h
blob: 2a4c19fc8ab482fadf398a1dd94ff81bf52c76cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- mode: cpp; mode: fold -*-
// Description								/*{{{*/
/* ######################################################################
   
   Proxy - Proxy operations
   
   ##################################################################### */
									/*}}}*/
#ifndef PKGLIB_PROXY_H
#define PKGLIB_PROXY_H

#include <apt-pkg/macros.h>

class URI;
APT_PUBLIC bool AutoDetectProxy(URI &URL);
APT_HIDDEN bool CanURIBeAccessedViaProxy(URI const &URL);

#endif