//************** prototypes of functions dealing with // CMsgFolder objects user interface // These are defined here instead of in the class // since I do not like having the object deal with // the user interface - this makes the object more // reusuable (for instance across console and GUI programs) // Programmer: Chris Wild // Date: Revised 1/17/1999 void listMsgs(const CMsgFolder& msgFolder); void addMsg(CMsgFolder& msgFolder); void showMsg(int msgNum, const CMsgFolder& msgFolder);