eina: Add since 1.15 tag for crc API additions

This commit is contained in:
Stefan Schmidt 2015-07-23 12:02:42 +02:00
parent a5b39670e1
commit 49f2428b2a
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@
* char *tmp2 = "world"
* unsigned int crc = eina_crc(tmp1, strlen(tmp1), 0xffffffff, EINA_TRUE);
* crc = eina_crc(tmp2, strlen(tmp2), crc, EINA_FALSE);
*
* @since 1.15
*/
EAPI unsigned int eina_crc(const char *key, int len, unsigned int seed, Eina_Bool start_stream) EINA_ARG_NONNULL(2, 3);