]> git.saurik.com Git - apt.git/blob - apt-pkg/contrib/proxy.h
This is realloc, not reallocf: be more careful :/.
[apt.git] / apt-pkg / contrib / proxy.h
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