comparison src/core/ngx_murmurhash.h @ 3891:203eb026ec07

ngx_murmur_hash2()
author Igor Sysoev <igor@sysoev.ru>
date Fri, 15 Apr 2011 10:59:24 +0000
parents
children d620f497c50f
comparison
equal deleted inserted replaced
3890:53e93bd521ff 3891:203eb026ec07
1
2 /*
3 * Copyright (C) Igor Sysoev
4 */
5
6
7 #ifndef _NGX_MURMURHASH_H_INCLUDED_
8 #define _NGX_MURMURHASH_H_INCLUDED_
9
10
11 #include <ngx_config.h>
12 #include <ngx_core.h>
13
14
15 uint32_t ngx_murmur_hash2(u_char *data, size_t len);
16
17
18 #endif /* _NGX_CRC_H_INCLUDED_ */