File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / nginx / src / core / ngx_murmurhash.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 10:17:33 2013 UTC (10 years, 10 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision


/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) Nginx, Inc.
 */


#ifndef _NGX_MURMURHASH_H_INCLUDED_
#define _NGX_MURMURHASH_H_INCLUDED_


#include <ngx_config.h>
#include <ngx_core.h>


uint32_t ngx_murmur_hash2(u_char *data, size_t len);


#endif /* _NGX_MURMURHASH_H_INCLUDED_ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>