]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - backgammon/common_source/back.h
update after change to return value of tputs() third argument
[bsdgames-darwin.git] / backgammon / common_source / back.h
index f507061eacb93ba7ea839c369bfb076d23dc7899..cee5e6d3ea10089d2187d33c4e0117bb51e41b23 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: back.h,v 1.10 1999/02/10 12:29:47 hubertf Exp $        */
+/*     $NetBSD: back.h,v 1.12 1999/10/04 23:26:59 lukem Exp $  */
 
 /*
  * Copyright (c) 1980, 1993
@@ -133,7 +133,7 @@ extern      int     curc;           /* column position of cursor */
 extern int     begscr;         /* 'beginning' of screen
                                   (not including board) */
 
-void   addbuf __P((int));
+int    addbuf __P((int));
 void   backone __P((int));
 void   bsect __P((int, int, int, int));
 void   buflush __P((void));
@@ -146,7 +146,7 @@ void        cline __P((void));
 int    count __P((void));
 void   curmove __P((int, int));
 int    dotable __P((char, int));
-void   errexit __P((const char *));
+void   errexit __P((const char *)) __attribute__((__noreturn__));
 void   fancyc __P((int));
 void   fboard __P((void));
 void   fixcol __P((int, int, int, int, int));
@@ -168,7 +168,7 @@ int movokay __P((int));
 void   newline __P((void));
 void   newpos __P((void));
 void   nexturn __P((void));
-void   norec __P((const char *));
+void   norec __P((const char *)) __attribute__((__noreturn__));
 void   odds __P((int, int, int));
 void   proll __P((void));
 int    quit __P((void));