X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvardict.h;h=dfde1bffc0b3802d553c7717da47b82a4300908b;hb=07006e3b80d88f60f3a2af10a805d8bca847a0ef;hp=35440a0de644af2fbeb3a407d7da837fe97aca1d;hpb=a9acce47d67e0ab35ce1690e4f1b1ac0121c2d78;p=pspp diff --git a/src/data/vardict.h b/src/data/vardict.h index 35440a0de6..dfde1bffc0 100644 --- a/src/data/vardict.h +++ b/src/data/vardict.h @@ -41,5 +41,6 @@ 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_resized (const struct variable *v, int delta); +void dict_var_display_width_changed (const struct variable *v); #endif /* data/vardict.h */