/* include this headerfile in your code */
#include <exec/types.h>

#include "mb_tags.h"
#include <clib/MB_protos.h>

void
MB_Get(Tag tag1, ...)
{
  MB_GetA((struct TagItem *)&tag1);
}

void
MB_GetVarInfo(ULONG vn, Tag tag1, ...)
{
  MB_GetVarInfoA(vn, (struct TagItem *)&tag1);
}
