blob: 2cbcd07b4d02c3b8790df352c591dd0ab588d4a7 (
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;
bool AutoDetectProxy(URI &URL);
#endif
|