~didier-barvaux/+junk/rohc-tcp

« back to all changes in this revision

Viewing changes to src/comp/c_generic.h

  • Committer: Didier Barvaux
  • Date: 2013-03-17 22:28:37 UTC
  • mfrom: (535.1.165 rohc-main)
  • Revision ID: didier@barvaux.org-20130317222837-i0bj1drr62octy8m
Sync with main branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
379
379
bool c_generic_check_profile(const struct rohc_comp *const comp,
380
380
                             const struct ip_packet *const outer_ip,
381
381
                             const struct ip_packet *const inner_ip,
382
 
                             const uint8_t protocol);
 
382
                             const uint8_t protocol,
 
383
                             rohc_ctxt_key_t *const ctxt_key);
383
384
 
384
385
void change_mode(struct c_context *const context, const rohc_mode new_mode);
385
386
void change_state(struct c_context *const context, const rohc_c_state new_state);