Comment 8 for bug 799200

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

Replace the rohc_activate_profile() function by:
  bool rohc_comp_enable_profile(struct rohc_comp *const comp, const unsigned int profile);
  bool rohc_comp_disable_profile(struct rohc_comp *const comp, const unsigned int profile);

And the corresponding variadic functions:
  bool rohc_comp_enable_profiles(struct rohc_comp *const comp, ...);
  bool rohc_comp_disable_profiles(struct rohc_comp *const comp, ...);

See http://bazaar.launchpad.net/~didier-barvaux/rohc/main/revision/766