/* drwRiu */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern void drw_send_is_res_in_use(wimp_message *wmsg,
                                   wimp_t sendto,
                                   int your_ref);
extern void drw_is_res_in_use(char *resname,
                              drw_cerilica_res_msg_flags restype);
extern void drw_recv_res_in_use_msg(wimp_message *wmsg);
extern void drw_returned_res_in_use_msg(wimp_message *wmsg);
extern void drw_catch_msg_riu(wimp_message *wmsg,
                              bits msgactioncode,
                              wimp_event_no reason,
                              void *actiondata);
extern void drw_catch_rtnd_riu(wimp_message *wmsg,
                               bits msgackcode,
                               wimp_event_no reason,
                               void *actiondata);
extern void drw_riu_init(void);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

