Comment 12 for bug 799200

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

rev 974: API: use ROHC_ prefix for names of packets and extensions.
rev 975: API: replace enum rohc_c_state by enum rohc_comp_state_t
rev 976: API: replace enum rohc_d_state by enum rohc_decomp_state_t
rev 977: API: deprecate function clear_statistics().
rev 879: Be compatible with C++ applications.
rev 880: Avoid using variables or functions named 'index'.
rev 881: API: introduce rohc_profile_t for the different IDs of ROHC profiles
rev 882: API: deprecate rohc_d_statistics().
rev 885: API: avoid including stdio.h if deprecated API is not included in build.
rev 888: Fix distcheck after change at rev 870.
rev 890: Fix wrong assertion added at revision 882.