/* drwFn25 */


#ifdef __cplusplus 
extern "C" {
#endif

extern int drw_autofn_call_editacceptramtfr_fn(drw_fn_ptr autofn,
                                               wimp_i iconno,
                                               drw_autofn_data *mdata,
                                               void *userdata);
extern int drw_autofn_editacceptramtfr(drw_wimp_data *wpwd,
                                       extedit_job_handle job_handle,
                                       int source1,
                                       int source2,
                                       int source3,
                                       int source4,
                                       byte **buffer,
                                       int *buffpos,
                                       int *buffsize,
                                       int *rtnresult);
extern int drw_call_editacceptramtfr_ufn(drw_wimp_data *wpwd,
                                         extedit_job_handle job_handle,
                                         int source1,
                                         int source2,
                                         int source3,
                                         int source4,
                                         byte **buffer,
                                         int *buffpos,
                                         int *buffsize,
                                         int *rtnresult);
extern int drw_autofn_call_editramtfr_fn(drw_fn_ptr autofn,
                                         wimp_i iconno,
                                         drw_autofn_data *mdata,
                                         void *userdata);
extern int drw_autofn_editramtfr(drw_wimp_data *wpwd,
                                 int source1,
                                 int source2,
                                 int source3,
                                 int source4,
                                 int tfrtype,
                                 byte *addr,
                                 int xfer_size,
                                 int numtfrd,
                                 int end_of_ram_tfr,
                                 byte **buffer,
                                 int *buffpos,
                                 int *buffsize,
                                 extedit_message_rq *emrq,
                                 int *rtnresult);
extern int drw_call_editramtfr_ufn(drw_wimp_data *wpwd,
                                   int source1,
                                   int source2,
                                   int source3,
                                   int source4,
                                   int tfrtype,
                                   byte *addr,
                                   int xfer_size,
                                   int numtfrd,
                                   int end_of_ram_tfr,
                                   byte **buffer,
                                   int *buffpos,
                                   int *buffsize,
                                   extedit_message_rq *emrq,
                                   int *rtnresult);
extern int drw_autofn_call_editpostramtfr_fn(drw_fn_ptr autofn,
                                             wimp_i iconno,
                                             drw_autofn_data *mdata,
                                             void *userdata);
extern int drw_autofn_editpostramtfr(drw_wimp_data *wpwd,
                                     extedit_job_handle job_handle,
                                     int source1,
                                     int source2,
                                     int source3,
                                     int source4,
                                     int tfrtypein,
                                     byte *buffer,
                                     int buffpos,
                                     int buffsize);
extern int drw_call_editpostramtfr_ufn(drw_wimp_data *wpwd,
                                       extedit_job_handle job_handle,
                                       int source1,
                                       int source2,
                                       int source3,
                                       int source4,
                                       int tfrtypein,
                                       byte *buffer,
                                       int buffpos,
                                       int buffsize);
extern int drw_autofn_call_editrtdramtfr_fn(drw_fn_ptr autofn,
                                            wimp_i iconno,
                                            drw_autofn_data *mdata,
                                            void *userdata);
extern int drw_autofn_editrtdramtfr(drw_wimp_data *wpwd,
                                    extedit_job_handle job_handle,
                                    int source1,
                                    int source2,
                                    int source3,
                                    int source4,
                                    int tfrtype,
                                    int firstfetch);
extern int drw_call_editrtdramtfr_ufn(drw_wimp_data *wpwd,
                                      extedit_job_handle job_handle,
                                      int source1,
                                      int source2,
                                      int source3,
                                      int source4,
                                      int tfrtype,
                                      int firstfetch);

#ifdef __cplusplus
}
#endif

