1234567891011121314151617 |
- // -*- mode: cpp; mode: fold -*-
- // Description /*{{{*/
- /* ######################################################################
-
- Proxy - Proxy operations
-
- ##################################################################### */
- /*}}}*/
- #ifndef PKGLIB_PROXY_H
- #define PKGLIB_PROXY_H
- class URI;
- bool AutoDetectProxy(URI &URL);
- #endif
|