rohc_get_ext_descr − Give a description for the given type of ROHC extension.
#include <rohc/rohc.h>
const char *
rohc_get_ext_descr(
const rohc_ext_t ext_type
);
Give a description for the given type of ROHC extension.
The descriptions are not part of the API. They may change between releases without any warning. Do NOT use them for other means that providing to users a textual description of the extensions used by the library. If unsure, ask on the mailing list.
ext_type
The type of extension to get a description for
A string that describes the given extension type
rohc.h(3)