From 9505213b4c7a4058ca353dd84db45abcfd47641a Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:54:20 +0000 Subject: Better handling of missing services Author: jgg Date: 1999-07-18 23:06:56 GMT Better handling of missing services --- methods/connect.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'methods/connect.h') 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 #include -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 -- cgit v1.2.3