New function: var_create_internal.
[pspp-builds.git] / src / data / variable.h
index c7f86aaf716896541de0909829e8039527627e47..d2820d34bbeff2b4b750ff6ff71cfd6b86faeadc 100644 (file)
@@ -32,6 +32,8 @@ 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);
+
 
 /* Variable names. */
 #define VAR_NAME_LEN 64 /* Maximum length of variable name, in bytes. */