/* drwUWDCS */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern void drw_u_show_dcs_dbox(wimp_w dcsbox);
extern void drw_u_cancel_dcs(wimp_w dcs_dbox,
                             drw_quit_flags quittype,
                             bits file_type,
                             wimp_w whan,
                             void *userdata,
                             int isexdcancel);
extern int drw_u_save_dcs(wimp_w dcs_dbox,
                          drw_quit_flags quittype,
                          bits file_type,
                          wimp_w whan,
                          void *userdata,
                          int isexdsave);
extern int drw_u_discard_dcs(wimp_w dcs_dbox,
                             drw_quit_flags quittype,
                             bits file_type,
                             wimp_w whan,
                             void *userdata,
                             int isexddiscard);
extern int drw_u_icon_click_dcs(wimp_w dcs_dbox,
                                wimp_i iconno,
                                drw_quit_flags quittype,
                                bits file_type,
                                wimp_w whan,
                                void *userdata,
                                int *closedbox);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

