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

#ifndef drwDSVh_H
 #include "DRW/drwDSVh.h"
#endif

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

#include "DRW/drwDataSv.h"
#include "DRW/drwUDataSv.h"
#include "DRW/drwWitext.h"


int drw_u_accept_data_save(wimp_t desttask,
                           wimp_w destwhan,
                           wimp_i destic,
                           int destx,
                           int desty,
                           int sizein,
                           bits ftype,
                           char *filename)

{

return FALSE;

}


int drw_u_filetype_from_ref(int ref, bits *file_type)

{

if (file_type)
 *file_type = 0xfff;
return -1;

}


void drw_u_recv_datasaved_msg(int your_ref)

{

return;

}


/* int drw_u_loaddata(char *path,
                   wimp_w whandle,
                   wimp_i iconno,
                   char *ftype,
                   int workx,
                   int worky)

{

int action;

action = 0;

return action;

} */


