Contents page

Rules for Tools/removetransport()


removetransport()
SYNOPSIS
     void removetransport(void (*transportcode)())

ARGUMENTS
    `void (*transportcode)()'
          pointer to routine.

DESCRIPTION
     This removes the routine previously installed in the Transport
     Handler with the `installtransport()' function.  `transportcode()'
     is a pointer to your transport routine .  `removetransport()' will
     search for it in the handler list and remove it.

SEE
     See installtransport(), transportcommand().