X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdictionary.h;h=682409e24216a11c7492cb39082b30d62f101f19;hb=ddd7c113f3e50c8d87f6a677856799d05a1f40c7;hp=bb14f52ebef0fe7560ddab190693f75be8b6457f;hpb=11706f97dd318697e43e6468b130ca5b7f1bff87;p=pspp diff --git a/src/data/dictionary.h b/src/data/dictionary.h index bb14f52ebe..682409e242 100644 --- a/src/data/dictionary.h +++ b/src/data/dictionary.h @@ -157,6 +157,7 @@ struct dict_callbacks void (*weight_changed) (struct dictionary *, int, void *); void (*filter_changed) (struct dictionary *, int, void *); void (*split_changed) (struct dictionary *, void *); + void (*var_display_width_changed) (struct dictionary *, int, void *); }; void dict_set_callbacks (struct dictionary *, const struct dict_callbacks *,