]> 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 4f29b622050f3ba2b82850e88cf8b9be78138433..cee5e6d3ea10089d2187d33c4e0117bb51e41b23 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: back.h,v 1.11 1999/07/26 20:56:03 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));