summaryrefslogtreecommitdiffstats
path: root/apt-pkg/contrib/proxy.h
blob: f6d70ea8b2a84b90640e995a10c4b478bcfc11b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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