X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fpattern.h;h=deba1707fb3d7c68a13a3214ffee6324e35d082d;hb=9877df618bced42e77c2ea0e3498dd1b514a4d77;hp=1db68ced75c14588015ebd820205ff0d3ed8c4d2;hpb=82b026e6376b640a4d3409a461dd6bd83708e33e;p=gnushogi.git diff --git a/gnushogi/pattern.h b/gnushogi/pattern.h index 1db68ce..deba170 100644 --- a/gnushogi/pattern.h +++ b/gnushogi/pattern.h @@ -2,11 +2,14 @@ * FILE: pattern.h * * ---------------------------------------------------------------------- - * - * Copyright (c) 2012 Free Software Foundation + * Copyright (c) 1993, 1994, 1995 Matthias Mutz + * Copyright (c) 1999 Michael Vanier and the Free Software Foundation * * GNU SHOGI is based on GNU CHESS * + * Copyright (c) 1988, 1989, 1990 John Stanback + * Copyright (c) 1992 Free Software Foundation + * * This file is part of GNU SHOGI. * * GNU Shogi is free software; you can redistribute it and/or modify it @@ -103,9 +106,6 @@ ShowOpeningPatterns(short max_opening_sequence); extern short ValueOfOpeningName(char *name); -extern void -NameOfOpeningValue(short i, char *name); - extern small_short pattern_data[];