1. NAME

anon_transport_class_unregister - unregister an anon class

2. SYNOPSIS

void anon_transport_class_unregister(struct anon_transport_class *  atc );

3. ARGUMENTS

atc
    Pointer to the anon transport class to unregister

4. DESCRIPTION

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

5. COPYRIGHT