#include "DRW/drwwh.h"
#include "DRW/drwWwinit.h"
#include "DRW/drwWxdata.h"

#ifndef drwSelnfnh_H
 #include "DRW/drwSelnfnh.h"
#endif

#include "DRW/drwClipfn.h"
#include "DRW/drwUClipfn.h"


extern void drw_u_clipbd_paste_data_exists(bits ftype)

{

return;

}


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)

{

return FALSE;

}


extern bits drw_u_copy_data_to_clipbd(drw_wcaretseln *cseln,
                                      byte *clipbddataptr,
                                      int clipbdsize,
                                      int cutdata)

{

return (bits) 0;

}


extern int drw_u_conv_clipbd_data(bits ftype,
                                  bits convftype,
                                  void *clipbddataptr,
                                  int clipbdsize,
                                  void *convclipdataptr,
                                  int convclipbddatasize)

{

return FALSE;

}


