X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvariable.h;h=d730768e650407fbcaff63fa6649af2e2659a1f7;hb=fd674641880b82597fa35492207f189136e83fbb;hp=0b619a497ed1eefa04a1dac97ec4be20afac4b80;hpb=01900114dde51eecc8adc4933ef52289e37c480f;p=pspp diff --git a/src/data/variable.h b/src/data/variable.h index 0b619a497e..d730768e65 100644 --- a/src/data/variable.h +++ b/src/data/variable.h @@ -178,6 +178,9 @@ struct attrset *var_get_attributes (const struct variable *); void var_set_attributes (struct variable *, const struct attrset *); bool var_has_attributes (const struct variable *); +/* Encoding. */ +const char *var_get_encoding (const struct variable *); + /* Function types. */ typedef bool var_predicate_func (const struct variable *);