X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard-dm-beta4%2Fwclipbrd.h;fp=winboard-dm-beta4%2Fwclipbrd.h;h=0000000000000000000000000000000000000000;hb=84f5fb6b9383e608570b90f6acc12f96d2781979;hp=010166ea26ea75002e1e367ba2986f81e695b5ad;hpb=912ff451e7a648f6aa3ba7d2a10df2a1dc2cace5;p=xboard.git diff --git a/winboard-dm-beta4/wclipbrd.h b/winboard-dm-beta4/wclipbrd.h deleted file mode 100755 index 010166e..0000000 --- a/winboard-dm-beta4/wclipbrd.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * wclipbrd.c -- Clipboard routines for WinBoard - * $Id$ - * - * Copyright 2000 Free Software Foundation, Inc. - * - * ------------------------------------------------------------------------ - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * ------------------------------------------------------------------------ - */ - -VOID CopyFENToClipboard(); -VOID CopyGameToClipboard(); -int CopyTextToClipboard(char *text); - -VOID PasteFENFromClipboard(); -VOID PasteGameFromClipboard(); -int PasteTextFromClipboard(char **text); - -VOID DeleteClipboardTempFiles();