#include "DRW/drwwh.h"
#include "DRW/drwWwinit.h"
#include "DRW/drwWxdata.h"
#include "DRW/drwWxdata.h"
#include "DRW/drwPointer.h"
#include "DRW/drwWcaret.h"
#include "DRW/drwWEntity.h"

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

#include "DRW/drwUSlnfnR.h"


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)

{

return FALSE;

}


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)

{

return;

}


