Make function's definition follow its declared visibility.

Found by: CScout
This commit is contained in:
Diomidis Spinellis 2007-11-08 09:09:02 +00:00
parent a511e63958
commit c14530c701

View file

@ -70,7 +70,7 @@ savestr(str)
/*
* Make a copy of new argument incorporating old one.
*/
char *
static char *
save2str(str, old)
char *str, *old;
{