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=b5c82cc9aabe7e641011130240ae1b2e84348e23;p=pspp-builds.git diff --git a/src/data/variable.h b/src/data/variable.h index 0b619a49..d730768e 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 *);