diff options
Diffstat (limited to 'hunt/huntd/hunt.h')
| -rw-r--r-- | hunt/huntd/hunt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hunt/huntd/hunt.h b/hunt/huntd/hunt.h index 82605662..eeffbb3f 100644 --- a/hunt/huntd/hunt.h +++ b/hunt/huntd/hunt.h @@ -1,4 +1,4 @@ -/* $NetBSD: hunt.h,v 1.30 2014/03/30 05:30:28 dholland Exp $ */ +/* $NetBSD: hunt.h,v 1.31 2014/03/30 05:53:12 dholland Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. @@ -160,7 +160,7 @@ extern PLAYER Monitor[MAXMON], *End_monitor; */ /* in answer.c */ -int answer(void); +bool answer(void); int rand_dir(void); /* in draw.c */ |
