Allow variables created by var_create_internal to have any width.
[pspp-builds.git] / src / data / variable.h
index 2752aeb325faaa03d86e92c3aa0a57a228552962..5d28d5b8940234846d47dc1abf5419cd443beb7d 100644 (file)
@@ -32,7 +32,7 @@ union value;
 struct variable *var_create (const char *name, int width);
 struct variable *var_clone (const struct variable *);
 void var_destroy (struct variable *);
-struct variable *var_create_internal (int case_idx);
+struct variable *var_create_internal (int case_idx, int width);
 
 
 /* Variable names. */