/* drwUClipfn */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern void drw_u_clipbd_paste_data_exists(bits ftype);
extern int drw_u_clipbd_paste(drw_wcaretseln *cseln,
                              wimp_w whan,
                              wimp_i icon,
                              int workx,
                              int worky,
                              byte *clipdataptr,
                              int clipbddatasize,
                              bits ftype);
extern bits drw_u_copy_data_to_clipbd(drw_wcaretseln *cseln,
                                      byte *clipbddataptr,
                                      int clipbdsize,
                                      int cutdata);
extern int drw_u_conv_clipbd_data(bits ftype,
                                  bits convftype,
                                  void *clipbddataptr,
                                  int clipbdsize,
                                  void *convclipdataptr,
                                  int convclipbddatasize);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

