From owner-cvs-lib Mon Jun 17 08:28:37 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA24857 for cvs-lib-outgoing; Mon, 17 Jun 1996 08:28:37 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA24826; Mon, 17 Jun 1996 08:28:15 -0700 (PDT) Date: Mon, 17 Jun 1996 08:28:15 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606171528.IAA24826@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libftpio ftpio.3 ftpio.c ftpio.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/17 08:28:12 Modified: lib/libftpio ftpio.3 ftpio.c ftpio.h Log: Rethink and reimpliment the way RESTARTS are handled. The method I inheirited from jmz was a hopeless kludge (sorry Jean-Marc :) and handled the problem in the wrong way. ftpRestart() has now gone away and ftpGet() has grown a new parameter. Revision Changes Path 1.3 +18 -25 src/lib/libftpio/ftpio.3 1.3 +13 -24 src/lib/libftpio/ftpio.c 1.2 +2 -4 src/lib/libftpio/ftpio.h