X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdictionary.h;fp=src%2Fdata%2Fdictionary.h;h=a4be0fd44898f01b4ac4ff76fea663ce51942b6c;hb=e2f99612bf4f4691623f16730eed3e55afdc54f0;hp=1166fcd280b04ec05dda3ac7dc7033d41133f666;hpb=b6d66ec3f328d0e8bf35b71f29332695121f7173;p=pspp diff --git a/src/data/dictionary.h b/src/data/dictionary.h index 1166fcd280..a4be0fd448 100644 --- a/src/data/dictionary.h +++ b/src/data/dictionary.h @@ -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 *);