forgotten commit. disabled until egl is adapted.
[AROS-Contrib.git] / vpdf / clipboard.h
blobc5bc3f139121ca60a2d3ec7aae6e839e70342c50
1 #ifndef __CLIPBOARD_H__
2 #define __CLIPBOARD_H__
4 /*
5 * Multiview 2
7 * Copyright © 2007-2010 Ilkka Lehtoranta <ilkleht@isoveli.org>
8 * All rights reserved.
10 * $Id$
14 ULONG clipboard_write_text(CONST_STRPTR string, ULONG codeset);
16 #endif /* __CLIPBOARD_H__ */