Implemented the find dialog.
[pspp-builds.git] / src / data / value.h
index 3ea55298cc2e6565eaf4d35ac5e4617e7ac4568c..118e6cd815fe012665392eeabc0b704560b52529 100644 (file)
@@ -53,6 +53,8 @@ union value
   };
 
 union value *value_dup (const union value *, int width);
+union value *value_create (int width);
+
 int compare_values (const union value *, const union value *, int width);
 unsigned hash_value (const union value  *, int width);