Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libcurses/curses_private.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/lib/libcurses/curses_private.h 2000/04/29 00:42:26 1.8 +++ src/lib/libcurses/curses_private.h 2000/05/01 12:30:30 1.9 @@ -1,4 +1,4 @@ -/* $NetBSD: curses_private.h,v 1.8 2000/04/29 00:42:26 mycroft Exp $ */ +/* $NetBSD: curses_private.h,v 1.9 2000/05/01 12:30:30 blymn Exp $ */ /*- * Copyright (c) 1998-2000 Brett Lymn @@ -104,7 +104,7 @@ void __CTRACE(const char *fmt, ...); int __delay(void); unsigned int __hash(char *s, int len); void __id_subwins(WINDOW *orig); -void __init_getch(char *sp); +void __init_getch(void); void __init_acs(void); char *__longname(char *bp, char *def); /* Original BSD version */ int __mvcur(int ly, int lx, int y, int x, int in_refresh);