X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard-dm-beta4%2Fwclipbrd.h;fp=winboard-dm-beta4%2Fwclipbrd.h;h=010166ea26ea75002e1e367ba2986f81e695b5ad;hb=8de20911a5b2cc7c7c92a0f6fdd158e169b1fad8;hp=0000000000000000000000000000000000000000;hpb=3c3cd80b1d09e8c2f8c45624e92c0904c2667399;p=xboard.git diff --git a/winboard-dm-beta4/wclipbrd.h b/winboard-dm-beta4/wclipbrd.h new file mode 100755 index 0000000..010166e --- /dev/null +++ b/winboard-dm-beta4/wclipbrd.h @@ -0,0 +1,32 @@ +/* + * 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();