/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/hash.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-07-12 19:04:18 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150712190418-yi9rfito5ovnf6dy
* Made the code more easy to read.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 * this is the SDBM hash function from:
29
29
 * http://en.literateprograms.org/Hash_function_comparison_%28C,_sh%29
30
30
 */
31
 
hash_t sdbm_hash (const char * key);
 
31
hash_t
 
32
sdbm_hash (const char * key);
32
33
 
33
 
hash_t s_hash_object (const spointer obj);
 
34
hash_t
 
35
s_hash_object (const spointer obj);
34
36
 
35
37
/* TODO: Make this settable via CMake. */
36
38
/**