X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fhash.h;h=4693a6d779ab0492f713a730d0f482372ea281f3;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=c0bc5687ea67ca320d81d0cd0323af5e0e3b1ddd;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/libpspp/hash.h b/src/libpspp/hash.h index c0bc5687..4693a6d7 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);