Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / muimaster / clipboard.h
blobe4358c62a0f91f927d5e2e01be2ba02796f4ae74
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