/* drwUSlnfnR */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern int drw_u_seln_accept_ramtfr(drw_wcaretseln *selndata,
                                    wimp_w w,
                                    wimp_i i,
                                    int x,
                                    int y,
                                    byte **buffer,
                                    int *buffpos,
                                    int *buffsize);
extern void drw_u_post_seln_ramtfr(int tfrtypein,
                                   drw_wcaretseln *selndata,
                                   wimp_w w,
                                   wimp_i i,
                                   int workposx,
                                   int workposy,
                                   byte *buffer,
                                   int buffpos,
                                   int buffsize);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

