/******************************************************** * File: mb_msg.h * Created at Sun Jan 28 22:10:31 MSK 2001 by raorn // raorn@binec.ru * * $Id: mb_msg.h,v 1.4 2002/02/04 22:13:30 raorn Exp $ *******************************************************/ bool msg_beforefunc(void); bool msg_afterfunc(bool success); bool msg_importfunc(struct MemMessage *mm, struct Area *area); bool msg_scanfunc(struct Area * area, bool usehw, bool ignorehw, ulong max, struct jbList *msglist, bool(*acceptfunc) (struct MemMessage * mm), bool(*handlefunc) (struct MemMessage * mm));