$NetBSD: patch-ag,v 1.4 2005/12/10 22:10:47 christos Exp $

--- fep_funcs.h.orig	1991-05-29 01:31:20.000000000 -0400
+++ fep_funcs.h	2005-12-10 16:59:27.000000000 -0500
@@ -3,7 +3,7 @@
 #ifndef lint
 # define FEP_FUNCS \
     "$Header: /cvsroot/pkgsrc/misc/fep/patches/patch-ag,v 1.4 2005/12/10 22:10:47 christos Exp $ (SRA)"
-#endif lint
+#endif /* lint */
 
 /*
  * command line edit functions
@@ -22,7 +22,7 @@
 int	delete_previous_word();
 int	delete_previous_Word();
 int	delete_to_kill_buffer();
-int	terminate();
+void	terminate __P((int));
 int	end_of_line();
 int	expand_file_name();
 int	forward_character();
