-/* $NetBSD: board.h,v 1.2 2008/04/28 20:22:53 martin Exp $ */
+/* $NetBSD: board.h,v 1.4 2012/02/29 23:39:53 joerg Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
void games(size_t i, const PLAYER& p); // Post games
void total(size_t i, const PLAYER& p); // Post totals
void ties(const PLAYER& p); // Post ties
+ __printflike(2, 3) __dead
void abort(const char *s, ...) const; // Algorithm error