2 Copyright © 1999, David Le Corfec.
3 Copyright © 2002, The AROS Development Team.
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
);