libubox/hash.h

9 lines
116 B
C
Raw Normal View History

2010-10-13 21:17:51 +02:00
#ifndef _HASH_H__
#define _HASH_H__
#include <stdint.h>
uint32_t hash_murmur2(const void * key, int len);
#endif