-/* $NetBSD: misc.c,v 1.7 1999/08/21 10:40:03 simonb Exp $ */
+/* $NetBSD: misc.c,v 1.9 1999/09/30 18:01:32 jsm Exp $ */
/*
* Copyright (c) 1980, 1993
#if 0
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: misc.c,v 1.7 1999/08/21 10:40:03 simonb Exp $");
+__RCSID("$NetBSD: misc.c,v 1.9 1999/09/30 18:01:32 jsm Exp $");
#endif
#endif /* not lint */
*/
int
getyn(prompt)
- char *prompt;
+ const char *prompt;
{
int com;
*/
int
get_int(prompt)
- char *prompt;
+ const char *prompt;
{
int num;
char *sp;
if (num == orig->num_in)
is_monop(orig, pl);
else
- isnot_monop(orig);
+ is_not_monop(orig);
break;
}
}
* This routine sets things up as if it is no longer a monopoly
*/
void
-isnot_monop(mp)
+is_not_monop(mp)
MON *mp;
{
int i;