|
Server 0.0.1
HTTP/REST server implementation
|
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: