#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif

#if defined NAMESPACE_OSLIB
 using namespace OSLib;
#endif


#ifdef __cplusplus
extern "C" {
#endif

#include "bar2ibar/IbarI.h"

int bar2ibar_Ibar(wimp_w whan,
                         wimp_i icon,
                         wimp_mouse_state buttontype,
                         int mousex,
                         int mousey,
                         int x,
                         int y,
                         void *userdata);
void bar2ibar_Ibar_tin(drw_uw_data *uwd,
                              void *userdata);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

