1. NAME

transport_class_unregister - unregister a previously registered class

2. SYNOPSIS

void transport_class_unregister(struct transport_class *  tclass );

3. ARGUMENTS

tclass
    The transport class to unregister

4. DESCRIPTION

Must be called prior to deallocating the memory for the transport class.

5. COPYRIGHT