X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=moves.h;fp=moves.h;h=aeb6307de579f77b31a9719dd9aff84ac507e93a;hb=588392561ee7fad1e1dc85a22954976292c46ff9;hp=3c35232665caa366716ccd85f3eeda3ab4faafb8;hpb=f1ba1f6ca489960efacf3e62484e9666e2a0cf79;p=xboard.git diff --git a/moves.h b/moves.h index 3c35232..aeb6307 100644 --- a/moves.h +++ b/moves.h @@ -55,7 +55,6 @@ extern ChessSquare PromoPiece P((ChessMove moveType)); extern ChessMove PromoCharToMoveType P((int whiteOnMove, int promoChar)); -extern char PieceToChar P((ChessSquare p)); extern char PieceSuffix P((ChessSquare p)); extern ChessSquare CharToPiece P((int c)); extern int PieceToNumber P((ChessSquare p));