~didier-barvaux/+junk/rohc-tcp

« back to all changes in this revision

Viewing changes to src/common/crc.c

  • Committer: Didier Barvaux
  • Date: 2013-06-30 12:53:19 UTC
  • mfrom: (535.1.213 rohc-main)
  • Revision ID: didier@barvaux.org-20130630125319-33xosfau63ygas1f
Sync with main branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
 */
176
176
 
177
177
 
 
178
#if !defined(ENABLE_DEPRECATED_API) || ENABLE_DEPRECATED_API == 1
 
179
 
178
180
/**
179
181
 * @brief Get the polynom for the given CRC type.
180
182
 *
211
213
         * decompressors */
212
214
}
213
215
 
 
216
#endif /* !defined(ENABLE_DEPRECATED_API) || ENABLE_DEPRECATED_API == 1 */
 
217
 
214
218
 
215
219
/**
216
220
 * @brief Initialize a CRC table given a 256-byte table and the CRC type to use