summaryrefslogtreecommitdiffstats
path: root/larn/extern.h
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2011-08-29 20:30:36 +0000
committerjoerg <joerg@NetBSD.org>2011-08-29 20:30:36 +0000
commitb9729f21ecee00f10aeb911143988ae326aa17b7 (patch)
tree4d3a92dbe092b0aaf17c5ea7c278901582fc9410 /larn/extern.h
parent541875a6ead0d5cd39c1ac898f463a0a32781c02 (diff)
downloadbsdgames-darwin-b9729f21ecee00f10aeb911143988ae326aa17b7.tar.gz
bsdgames-darwin-b9729f21ecee00f10aeb911143988ae326aa17b7.tar.zst
bsdgames-darwin-b9729f21ecee00f10aeb911143988ae326aa17b7.zip
Use __dead
Diffstat (limited to 'larn/extern.h')
-rw-r--r--larn/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/larn/extern.h b/larn/extern.h
index 8b725b7b..f0c681f6 100644
--- a/larn/extern.h
+++ b/larn/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.15 2011/08/26 06:18:17 dholland Exp $ */
+/* $NetBSD: extern.h,v 1.16 2011/08/29 20:30:37 joerg Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -36,7 +36,7 @@ void act_ignore_altar(void);
void act_open_chest(int, int);
/* bill.c */
-void mailbill(void);
+__dead void mailbill(void);
/* config.c */