proxy.h 365 B

1234567891011121314151617
  1. // -*- mode: cpp; mode: fold -*-
  2. // Description /*{{{*/
  3. /* ######################################################################
  4. Proxy - Proxy operations
  5. ##################################################################### */
  6. /*}}}*/
  7. #ifndef PKGLIB_PROXY_H
  8. #define PKGLIB_PROXY_H
  9. class URI;
  10. bool AutoDetectProxy(URI &URL);
  11. #endif