X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvariable.h;h=1fefe1ee8d028aacc2be3db633f5c1f6d0b842c8;hb=b6d66ec3f328d0e8bf35b71f29332695121f7173;hp=e960e09234406eaabe402f2683f5b5ee3974bd76;hpb=3ccf4f19ece6c4da5a2d13173c032011faf330b8;p=pspp diff --git a/src/data/variable.h b/src/data/variable.h index e960e09234..1fefe1ee8d 100644 --- a/src/data/variable.h +++ b/src/data/variable.h @@ -206,4 +206,7 @@ const char *var_get_encoding (const struct variable *); /* Function types. */ typedef bool var_predicate_func (const struct variable *); +double var_force_valid_weight (const struct variable *wv, double w, + bool *warn_on_invalid); + #endif /* data/variable.h */