/* drwFn15 */


#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif


#ifdef __cplusplus 
extern "C" {
#endif

extern int drw_autofn_call_ibar_fn(drw_fn_ptr autofn,
                                   wimp_i iconno,
                                   drw_autofn_data *mdata,
                                   void *userdata);
extern int drw_autofn_ibar(drw_wimp_data *wpwd,
                           wimp_icon_create *wic,
                           char *ibartext);
extern int drw_call_ibar_ufn(drw_wimp_data *wpwd,
                              wimp_icon_create *wic,
                              char *ibartext);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

