SAVE TRANSLATE: Allow variable names with space, etc. in output.
[pspp] / src / data / dictionary.h
index 1166fcd280b04ec05dda3ac7dc7033d41133f666..a4be0fd44898f01b4ac4ff76fea663ce51942b6c 100644 (file)
@@ -91,6 +91,9 @@ bool dict_rename_vars (struct dictionary *,
 char *dict_make_unique_var_name (const struct dictionary *, const char *hint,
                                  unsigned long int *num_start);
 
+bool dict_get_names_must_be_ids (const struct dictionary *);
+void dict_set_names_must_be_ids (struct dictionary *, bool);
+
 /* Weight variable. */
 double dict_get_case_weight (const struct dictionary *,
                             const struct ccase *, bool *);