]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - larn/extern.h
Fix the list of keys across the bottom so it fits on an 80-column screen
[bsdgames-darwin.git] / larn / extern.h
index d65b57ffabbbd82660adb7bef7c6f47d405c4ab4..f0c681f6a86e81ed7eb97e31f829bba841830942 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.h,v 1.13 2009/08/12 08:04:05 dholland Exp $     */
+/*     $NetBSD: extern.h,v 1.16 2011/08/29 20:30:37 joerg Exp $        */
 
 /*
  * Copyright (c) 1997 Christos Zoulas.  All rights reserved.
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by Christos Zoulas.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -41,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 */
 
@@ -121,7 +116,7 @@ int ttgetch(void);
 void scbr(void);
 void sncbr(void);
 void newgame(void);
-void lprintf(const char *, ...) __attribute__((__format__(__printf__, 1, 2)));
+void lprintf(const char *, ...) __printflike(1, 2);
 void lprint(long);
 void lwrite(char *, int);
 long lgetc(void);