X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fhash.h;h=f5d2a5e475b48b51972aedc5c09bd8974e0a1225;hb=a1a4228b112a6aca97fef5aaaf9ffa21271a1f72;hp=aa4041c4d96b2523712e9252e8606b26c05e0e79;hpb=cbdfa35f7fb46948d1ee8aee7b7438cf1a5fd44c;p=pspp-builds.git diff --git a/src/libpspp/hash.h b/src/libpspp/hash.h index aa4041c4..f5d2a5e4 100644 --- a/src/libpspp/hash.h +++ b/src/libpspp/hash.h @@ -23,9 +23,9 @@ #include #include -typedef int hsh_compare_func (const void *, const void *, void *aux); -typedef unsigned hsh_hash_func (const void *, void *aux); -typedef void hsh_free_func (void *, void *aux); +typedef int hsh_compare_func (const void *, const void *, const void *aux); +typedef unsigned hsh_hash_func (const void *, const void *aux); +typedef void hsh_free_func (void *, const void *aux); /* Hash table iterator (opaque). */ struct hsh_iterator