New (empty) endpoint method required.
authormdw <mdw>
Fri, 22 Oct 1999 22:47:13 +0000 (22:47 +0000)
committermdw <mdw>
Fri, 22 Oct 1999 22:47:13 +0000 (22:47 +0000)
file.c

diff --git a/file.c b/file.c
index 300ac04..005080c 100644 (file)
--- 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 -------------------------*/