#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif

#if defined NAMESPACE_OSLIB
 using namespace OSLib;
#endif


#ifdef __cplusplus
extern "C" {
#endif

extern void bar_bartmpl_reg(char *extpathname); /* From !bar. */

extern void barMuT_reg(char *extpathname); /* From !bar. */

extern void bar2ibar_reg(char *extpathname);

extern void bar2tmpl_reg(char *extpathname);


#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

