diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:20 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:20 +0000 |
commit | 9505213b4c7a4058ca353dd84db45abcfd47641a (patch) | |
tree | 777fd4407297b22fd8ce9fbb5c4f56df9cd61e33 /methods/connect.h | |
parent | 470773ca75ff6883599e9439c703f3aec43b616c (diff) |
Better handling of missing services
Author: jgg
Date: 1999-07-18 23:06:56 GMT
Better handling of missing services
Diffstat (limited to 'methods/connect.h')
-rw-r--r-- | methods/connect.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/methods/connect.h b/methods/connect.h index 3af499236..1786a2480 100644 --- a/methods/connect.h +++ b/methods/connect.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: connect.h,v 1.1 1999/05/29 03:25:03 jgg Exp $ +// $Id: connect.h,v 1.2 1999/07/18 23:06:56 jgg Exp $ /* ###################################################################### Connect - Replacement connect call @@ -13,7 +13,7 @@ #include <string> #include <apt-pkg/acquire-method.h> -bool Connect(string To,int Port,const char *Service,int &Fd, - unsigned long TimeOut,pkgAcqMethod *Owner); +bool Connect(string To,int Port,const char *Service,int DefPort, + int &Fd,unsigned long TimeOut,pkgAcqMethod *Owner); #endif |