Server 0.0.1
HTTP/REST server implementation

include/utils/hash.h

Go to the documentation of this file.
00001 
00024 #ifndef __UTILS_HASH_H__
00025 #define __UTILS_HASH_H__
00026 
00027 #include <sys/types.h>
00028 
00029 unsigned long sdbm(const unsigned char *, size_t);
00030 
00031 #endif // __UTILS_HASH_H__
00032 
00033 // vim: set ts=4 sw=4:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines