From 11c560ec5e9b4b4c1e625e3f949adc3e5f025826 Mon Sep 17 00:00:00 2001 From: charnier Date: Wed, 25 Jan 2012 08:42:19 +0000 Subject: Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output. --- bin/sh/histedit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/sh/histedit.c') diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index e29bcab..6371599 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -160,8 +160,7 @@ bad: void -sethistsize(hs) - const char *hs; +sethistsize(const char *hs) { int histsize; HistEvent he; -- cgit v1.1