From: Peter Maydell Date: Wed, 9 Nov 2005 22:56:35 +0000 (+0000) Subject: Fix a non-ANSI prototype. X-Git-Tag: RELEASE_1_2~20 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=f177bf9068a1ee5f5281d4ad04dfa2d5df6f6625 Fix a non-ANSI prototype. --- diff --git a/ChangeLog b/ChangeLog index e4a660e..6b2512d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-09 Peter Maydell + + * h/aliasbr.h: fix a non-ANSI prototype. + 2005-11-08 Oliver Kiddle * Simon Burge: acconfig.h, configure.in, uip/rcvtty.c, uip/slocal.c: diff --git a/h/aliasbr.h b/h/aliasbr.h index 2e464d9..de50e97 100644 --- a/h/aliasbr.h +++ b/h/aliasbr.h @@ -37,7 +37,7 @@ struct home { }; #ifndef MMDFMTS -struct home *seek_home (); +struct home *seek_home (char *); #endif /* MMDFMTS */ /*