Added most of the calculations for the ONEWAY command.
[pspp-builds.git] / src / val.h
index fe35aad9aeb74f5f799b8004ff395264eac97340..fc098fda975af76ed6559255f371961ab212a1d1 100644 (file)
--- a/src/val.h
+++ b/src/val.h
@@ -69,5 +69,7 @@ union value
 
 int compare_values (const union value *a, const union value *b, int width);
 
+unsigned  hash_value(const union value  *v, int width);
+
 
 #endif /* !val_h */