X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fhash-functions.h;h=86414fb1c22dc870e6b0a5ac53ba2f1b3a7805d1;hb=9bbbfbc94aead4518e17eb6304451f6ad2ca2db2;hp=089134b43fae16376ba9dcc80f3a8d50bf6081b2;hpb=3bbb4370239deb29ebbf813d258aef6249e2a431;p=pspp-builds.git diff --git a/src/libpspp/hash-functions.h b/src/libpspp/hash-functions.h index 089134b4..86414fb1 100644 --- a/src/libpspp/hash-functions.h +++ b/src/libpspp/hash-functions.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2009 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,8 +21,10 @@ unsigned int hash_bytes (const void *, size_t, unsigned int basis); unsigned int hash_string (const char *, unsigned int basis); +unsigned int hash_case_bytes (const void *, size_t, unsigned int basis); unsigned int hash_case_string (const char *, unsigned int basis); unsigned int hash_int (int, unsigned int basis); unsigned int hash_double (double, unsigned int basis); +unsigned int hash_pointer (const void *, unsigned int basis); #endif /* libpspp/hash-functions.h */