summaryrefslogtreecommitdiff
path: root/misc/fep/patches/patch-ag
blob: 4783074b14579a49c7e81d629c835b00908ba9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ag,v 1.6 2006/01/17 21:23:01 kristerw Exp $

--- fep_funcs.h.orig	1991-05-29 01:31:20.000000000 -0400
+++ fep_funcs.h	2005-12-10 16:59:27.000000000 -0500
@@ -6 +6 @@
-#endif lint
+#endif /* lint */
@@ -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();