/* drwClipfnR */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern int drw_clipbd_accept_ramtfr(void *tfrinfo,
                                    int tfrsize,
                                    bits filetype,
                                    byte **buffer,
                                    int *buffpos,
                                    int *buffsize);
extern void drw_clipbd_paste_ram_tfr(wimp_message *wm,
                                     drw_datatfr *dtfr,
                                     int end_of_ram_tfr,
                                     int *tfrsize);
extern void drw_clipbd_post_paste_ram_tfr(int tfrtypein,
                                          drw_datatfr *dtfr);
extern void drw_set_clip_ram_fns(void);
extern void drw_clipbd_ramtfr_init(void);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

