Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

universal / apt-dev   deb

Repository URL to install this package:

Version: 1.2.12-r0.0 

/ usr / include / apt-pkg / proxy.h

// -*- mode: cpp; mode: fold -*-
// Description								/*{{{*/
/* ######################################################################
   
   Proxy - Proxy operations
   
   ##################################################################### */
									/*}}}*/
#ifndef PKGLIB_PROXY_H
#define PKGLIB_PROXY_H

class URI;
bool AutoDetectProxy(URI &URL);


#endif