X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/7473c372cfaa701b34d5ef09305d8129fff4dedc..9a362823d7f344452d5721b10966efe1f0c6405e:/games/hangman/setup.c diff --git a/games/hangman/setup.c b/games/hangman/setup.c index 9130f0376e..7a4d1ff5d9 100644 --- a/games/hangman/setup.c +++ b/games/hangman/setup.c @@ -32,7 +32,7 @@ * * @(#)setup.c 8.1 (Berkeley) 5/31/93 * $FreeBSD: src/games/hangman/setup.c,v 1.6 1999/12/10 03:23:01 billf Exp $ - * $DragonFly: src/games/hangman/setup.c,v 1.2 2003/06/17 04:25:24 dillon Exp $ + * $DragonFly: src/games/hangman/setup.c,v 1.3 2005/02/13 18:57:30 cpressey Exp $ */ # include @@ -43,10 +43,10 @@ * Set up the strings on the screen. */ void -setup() +setup(void) { - char **sp; - static struct stat sbuf; + const char **sp; + static struct stat sbuf; noecho(); crmode();