-/* $NetBSD: use.c,v 1.9 2008/01/14 03:50:03 dholland Exp $ */
+/* $NetBSD: use.c,v 1.10 2009/08/12 08:44:45 dholland Exp $ */
/*
* Copyright (c) 1988, 1993
#if 0
static char sccsid[] = "@(#)use.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: use.c,v 1.9 2008/01/14 03:50:03 dholland Exp $");
+__RCSID("$NetBSD: use.c,v 1.10 2009/08/12 08:44:45 dholland Exp $");
#endif
#endif /* not lint */
static const char strange_feeling[] =
"you have a strange feeling for a moment, then it passes";
+static const char *get_ench_color(void);
+static void go_blind(void);
+static void hold_monster(void);
+static void idntfy(void);
+static void potion_heal(int);
+static void uncurse_all(void);
+
void
quaff(void)
{
}
}
-void
+static void
potion_heal(int extra)
{
float ratio;
}
}
-void
+static void
idntfy(void)
{
short ch;
vanish(obj, 1, &rogue.pack);
}
-void
+static void
hold_monster(void)
{
short i, j;
messagef(0, "%s", you_can_move_again);
}
-void
+static void
go_blind(void)
{
short i, j;
mvaddch(rogue.row, rogue.col, rogue.fchar);
}
-const char *
+static const char *
get_ench_color(void)
{
if (halluc) {
messagef(1, "you feel less %s now", (halluc ? "trippy" : "confused"));
}
-void
+static void
uncurse_all(void)
{
object *obj;