X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flibpspp%2Fhash.h;h=4693a6d779ab0492f713a730d0f482372ea281f3;hb=d2a96ae99e49b5264ca68ace469e20fa5e2e605b;hp=c0bc5687ea67ca320d81d0cd0323af5e0e3b1ddd;hpb=48386ee68a5283653435d05a9ea4e449710fd370;p=pspp diff --git a/src/libpspp/hash.h b/src/libpspp/hash.h index c0bc5687ea..4693a6d779 100644 --- a/src/libpspp/hash.h +++ b/src/libpspp/hash.h @@ -45,7 +45,7 @@ struct hsh_table *hsh_create (int m, hsh_compare_func *, const void *aux); struct pool; -struct hsh_table *hsh_create_pool (struct pool *pool, int m, +struct hsh_table *hsh_create_pool (struct pool *pool, int m, hsh_compare_func *, hsh_hash_func *, hsh_free_func *, const void *aux);