Fix a non-ANSI prototype.
authorPeter Maydell <pmaydell@chiark.greenend.org.uk>
Wed, 9 Nov 2005 22:56:35 +0000 (22:56 +0000)
committerPeter Maydell <pmaydell@chiark.greenend.org.uk>
Wed, 9 Nov 2005 22:56:35 +0000 (22:56 +0000)
ChangeLog
h/aliasbr.h

index e4a660e..6b2512d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-09  Peter Maydell  <pmaydell@chiark.greenend.org.uk>
+
+       * h/aliasbr.h: fix a non-ANSI prototype.
+
 2005-11-08  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
        * Simon Burge: acconfig.h, configure.in, uip/rcvtty.c, uip/slocal.c:
index 2e464d9..de50e97 100644 (file)
@@ -37,7 +37,7 @@ struct home {
 };
 
 #ifndef        MMDFMTS
-struct home *seek_home ();
+struct home *seek_home (char *);
 #endif /* MMDFMTS */
 
 /*