X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdictionary.h;h=1166fcd280b04ec05dda3ac7dc7033d41133f666;hb=7bf210c4fd179a22dd8c6a071f0b23f7ae4e14c2;hp=66542469e321c630c87b2396c9d6ab0f9a84c3e2;hpb=b2b2b0a29f80de89d96bcceea90f117930ab47b9;p=pspp diff --git a/src/data/dictionary.h b/src/data/dictionary.h index 66542469e3..1166fcd280 100644 --- a/src/data/dictionary.h +++ b/src/data/dictionary.h @@ -82,6 +82,8 @@ void dict_reorder_vars (struct dictionary *, struct variable *const *, size_t count); /* Variable names. */ +bool dict_try_rename_var (struct dictionary *, + struct variable *, const char *); void dict_rename_var (struct dictionary *, struct variable *, const char *); bool dict_rename_vars (struct dictionary *, struct variable **, char **new_names,