X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/827937594af083b860203b9872d7171033954dee..268f6af4353edcf0bdbb1b50e4667e54c9cb6bd3:/file.c diff --git a/file.c b/file.c index 300ac04..005080c 100644 --- a/file.c +++ b/file.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: file.c,v 1.1 1999/07/26 23:33:32 mdw Exp $ + * $Id: file.c,v 1.2 1999/10/22 22:47:13 mdw Exp $ * * File source and target * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: file.c,v $ + * Revision 1.2 1999/10/22 22:47:13 mdw + * New (empty) endpoint method required. + * * Revision 1.1 1999/07/26 23:33:32 mdw * New sources and targets. * @@ -142,7 +145,7 @@ static void fept_close(endpt *e) /* --- Endpoint operations table --- */ -static endpt_ops fept_ops = { 0, fept_wclose, fept_close }; +static endpt_ops fept_ops = { 0, 0, fept_wclose, fept_close }; /*----- General operations on sources and targets -------------------------*/