#include <setjmp.h>
#include <string.h>
#include "extern.h"

extern jmp_buf env;

rcvstat()
    {   
	   do { rsin(); }
           while ( strncmp(rsent,statmsg,12) );
       
       return(0);
    }
