]>
Commit | Line | Data |
---|---|---|
c6ee61ea MV |
1 | // -*- mode: cpp; mode: fold -*- |
2 | // Description /*{{{*/ | |
3 | /* ###################################################################### | |
4 | ||
5 | Proxy - Proxy operations | |
6 | ||
7 | ##################################################################### */ | |
8 | /*}}}*/ | |
9 | #ifndef PKGLIB_PROXY_H | |
10 | #define PKGLIB_PROXY_H | |
11 | ||
12 | class URI; | |
13 | bool AutoDetectProxy(URI &URL); | |
14 | ||
15 | ||
16 | #endif |