X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Ffnv.h;h=eaea66b22b8c8f83c6b3c50edc1969b359332246;hp=e69f9cee1af9ec9f1da41d5aaf45d1df38773c73;hb=22129bb15a8ad204cf8a5e88e8834ec0b51908c0;hpb=e50d3e46544f991e79f36d394ab632ac73205a84 diff --git a/src/fnv.h b/src/fnv.h index e69f9ce..eaea66b 100644 --- a/src/fnv.h +++ b/src/fnv.h @@ -99,10 +99,16 @@ typedef unsigned long Fnv32_t; */ #define FNV1_32_INIT ((Fnv32_t)0x811c9dc5) -Fnv32_t fnv_32_buf(const void *, size_t, Fnv32_t); +Fnv32_t fnv_32_buf( + const void *, + size_t, + Fnv32_t); -Fnv32_t fnv_32_str(const char *, Fnv32_t ); +Fnv32_t fnv_32_str( + const char *, + Fnv32_t); -unsigned long FnvHash(const char *); +unsigned long FnvHash( + const char *); -#endif /* __FNV_H__ */ +#endif /* __FNV_H__ */