]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - larn/extern.h
Since our gcc doesn't warn about NULL format strings anymore, we can
[bsdgames-darwin.git] / larn / extern.h
index 17f65bf64cf17cd3ae3929c7b28c5eec88fca158..bb1b26f9ade390da952372111768506ea5683e05 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.h,v 1.1 1997/10/18 20:03:17 christos Exp $      */
+/*     $NetBSD: extern.h,v 1.2 1999/10/04 23:27:02 lukem Exp $ */
 
 /*
  * Copyright (c) 1997 Christos Zoulas.  All rights reserved.
@@ -154,7 +154,7 @@ void cl_dn __P((int, int));
 void standout __P((char *));
 void set_score_output __P((void));
 void lflush __P((void));
-void xputchar __P((int));
+int xputchar __P((int));
 void flush_buf __P((void));
 char *tmcapcnv __P((char *, char *));
 void beep __P((void));