pkgsrc/misc/fep/patches/patch-ag

14 lines
373 B
Text
Raw Normal View History

$NetBSD: patch-ag,v 1.3 2003/11/11 10:42:32 wiz Exp $
--- fep_funcs.h.orig Wed May 29 07:31:20 1991
+++ fep_funcs.h
@@ -22,7 +22,7 @@ int delete_previous_character();
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();