#ifndef _BADMSG_HPP_
#define _BADMSG_HPP_
#include "msgbase.hpp"

typedef enum { SKIP, EXIT, MOVE, REMOVE } tBadMsgMode;
int SetBadMode(tBadMsgMode bmode, char *bname);
void DoBadMsg(MSGBASE &b);

#endif



syntax highlighted by Code2HTML, v. 0.9.1