X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2Fvardict.h;fp=src%2Fdata%2Fvardict.h;h=ad87c82cfa78d835d47798bbc30b5b0634e4faf5;hb=ff0f5192a578cb9297dc57c88e84096feabf9491;hp=809c564c86bbdf5e5c9375215a22a19a19feb636;hpb=9325ca41a812eb08fa6747dd7650a44aa8e14299;p=pspp diff --git a/src/data/vardict.h b/src/data/vardict.h index 809c564c86..ad87c82cfa 100644 --- a/src/data/vardict.h +++ b/src/data/vardict.h @@ -39,7 +39,7 @@ bool var_has_vardict (const struct variable *); void var_clear_vardict (struct variable *); /* Called by variable.c, defined in dictionary.c. */ -void dict_var_changed (const struct variable *v); +void dict_var_changed (const struct variable *v, unsigned int what); void dict_var_resized (const struct variable *v, int old_width); void dict_var_display_width_changed (const struct variable *v);