X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Flibhashkit%2Fmurmur3.h;h=8c01e63444fd5bbbd279a42ce92bbb1ccecd8939;hb=f5899224fbd4475ac3c5c499b1681da304e0d011;hp=9ed074c1d1603710864a6c4fd83e69b49b000f70;hpb=1a82d708fca6b4c379dc035d05763ee80aae6d72;p=awesomized%2Flibmemcached diff --git a/src/libhashkit/murmur3.h b/src/libhashkit/murmur3.h index 9ed074c1..8c01e634 100644 --- a/src/libhashkit/murmur3.h +++ b/src/libhashkit/murmur3.h @@ -1,6 +1,6 @@ /* +--------------------------------------------------------------------+ - | libmemcached - C/C++ Client Library for memcached | + | libmemcached-awesome - C/C++ Client Library for memcached | +--------------------------------------------------------------------+ | Redistribution and use in source and binary forms, with or without | | modification, are permitted under the terms of the BSD license. | @@ -9,14 +9,12 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ #pragma once -//----------------------------------------------------------------------------- +#include void MurmurHash3_x86_32(const void *key, int len, uint32_t seed, void *out); - -//-----------------------------------------------------------------------------