/*
**	Header for MB  By Akira Yamada(JA3JWI)
**
**	Copyright (C) 1988
**	Akira Yamada(JA3JWI)
**	401, 1-18 UchiHiranomachi
**	Higashi-ku   Osaka   City
**
**	Any part of this program may be  reproduced,  transmitted,
**	transcribed, stored in a retrieval system,  or translated
**	into any language or computer language, in any form or by
**	any  means,   electonic,  mecahnical,  magnetic,  optical,
**	chemical, manual or otherwise,  without  the prior witten
**	permission of the author.
*/

#define BIDSIZ    12

typedef struct msg_bid
{
  word next;
  char bid[BIDSIZ + 5];
  char domain[RECSIZE - sizeof(word) - (BIDSIZ + 5)];
} MSG_BID;

extern char bidname[];
extern MSG_BID *msgbid;
extern char bidfile[];
