From 268f6af4353edcf0bdbb1b50e4667e54c9cb6bd3 Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 22 Oct 1999 22:47:13 +0000 Subject: [PATCH] New (empty) endpoint method required. --- file.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -------------------------*/ -- 2.11.0