#include <string.h>
#include "inc.h"


setstr()
	{ strcpy(mainjle,"MAIN    ");
	  strcpy(mailjle,"MAIL    ");
	  strcpy(cneted,"CONNECT");
	  strcpy(ynmsg," Y)es or N)o =>");
          resv = 0;
	  return(0);
	}
