#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