Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / misc / fep / patches / patch-ag
blob15cf09becf28ce08af5e6869f70c4541a471d153
1 $NetBSD: patch-ag,v 1.7 2012/03/01 22:00:44 hans Exp $
3 --- fep_funcs.h.orig    1991-05-29 01:31:20.000000000 -0400
4 +++ fep_funcs.h 2005-12-10 16:59:27.000000000 -0500
5 @@ -6,4 +6,4 @@
6 -#endif lint
7 +#endif /* lint */
8  
9  /*
10   * command line edit functions
11 @@ -22,7 +22,7 @@ int   delete_previous_character();
12  int    delete_previous_word();
13  int    delete_previous_Word();
14  int    delete_to_kill_buffer();
15 -int    terminate();
16 +void   terminate(int);
17  int    end_of_line();
18  int    expand_file_name();
19  int    forward_character();