#include <string.h>
#include "extern.h"


tncreset()
        { printf("----------- MODEM RESET --------------\n");
 
          rsclose();
          printf("----------------- MODEM RESET END ------------------\n");
          return(0);
          }

