Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / clipboard.h
blob56533b66c823eb23a8ddf73ab1b3877518954257
1 /*
2 Copyright © 1999, David Le Corfec.
3 Copyright © 2002, The AROS Development Team.
4 All rights reserved.
6 $Id$
7 */
9 #ifndef _ZUNE_CLIPBOARD_H__
10 #define _ZUNE_CLIPBOARD_H__
12 void clipboard_write_text(STRPTR text, LONG textlen);
13 STRPTR clipboard_read_text(void);
14 void clipboard_free_text(STRPTR text);
16 #endif