X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fpattern.h;h=a7e4fc07eb7414c7f99c514e452d8595e4687259;hb=3abc03f7170b55bfcf97c4009abb570f62e48a24;hp=1db68ced75c14588015ebd820205ff0d3ed8c4d2;hpb=82b026e6376b640a4d3409a461dd6bd83708e33e;p=gnushogi.git diff --git a/gnushogi/pattern.h b/gnushogi/pattern.h index 1db68ce..a7e4fc0 100644 --- a/gnushogi/pattern.h +++ b/gnushogi/pattern.h @@ -2,11 +2,15 @@ * 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 + * Copyright (c) 2008, 2013, 2014 Yann Dirson 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 +107,6 @@ ShowOpeningPatterns(short max_opening_sequence); extern short ValueOfOpeningName(char *name); -extern void -NameOfOpeningValue(short i, char *name); - extern small_short pattern_data[];