#include <string.h>
#include "extern.h"

exebye()
    {   
/*      if  ( mlchk(1) && !  resv && ! exp_flg )
          { sprintf(ynsent,"!!! メールが届いています\n: 今 読みますか? ");
            if ( ! y_or_n() )
               { strcpy(cmdtbl,"MAIL,R A");
                 return(0);           
               }
          }
*/      return(1);
   }
