]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb/tdb_private.h
tdb: add Bob Jenkins lookup3 hash as helper hash.
[ccan] / ccan / tdb / tdb_private.h
index 7f3497975e5cb7f1d6a2aaa30a32d1b32ebfafe7..96fdf921f339ad8e58445b41176267aba785799c 100644 (file)
@@ -302,5 +302,5 @@ int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off,
                      struct tdb_record *rec);
 void tdb_header_hash(struct tdb_context *tdb,
                     uint32_t *magic1_hash, uint32_t *magic2_hash);
-
+unsigned int tdb_old_hash(TDB_DATA *key);
 #endif