From 21f9c96bbc11b1d3d5757ada2e36534eb3728afc Mon Sep 17 00:00:00 2001 From: skimo Date: Thu, 28 Jun 2001 17:53:39 +0000 Subject: [PATCH] protoizing glitch --- motif_l/m_vi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/motif_l/m_vi.c b/motif_l/m_vi.c index 11d099f1..ff7c153b 100644 --- a/motif_l/m_vi.c +++ b/motif_l/m_vi.c @@ -10,7 +10,7 @@ #include "config.h" #ifndef lint -static const char sccsid[] = "$Id: m_vi.c,v 8.39 2001/06/25 15:19:28 skimo Exp $ (Berkeley) $Date: 2001/06/25 15:19:28 $"; +static const char sccsid[] = "$Id: m_vi.c,v 8.40 2001/06/28 17:53:39 skimo Exp $ (Berkeley) $Date: 2001/06/28 17:53:39 $"; #endif /* not lint */ #include @@ -183,7 +183,7 @@ void select_extend(); void select_paste(); void key_press(); void insert_string(); -void beep(void); +void beep __P((Widget w)); void find(); void command(); -- 2.11.4.GIT