X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2Foutput-item-provider.h;h=aa2584bef4006d0221535ffbbd6d1f837eba5c04;hb=08959981d167390d9c9ba0ac5a8a2558de9175af;hp=1273f13419df8819c139f7fd07a60d60ff9dfd49;hpb=81579d9e9f994fb2908f50af41c3eb033d216e58;p=pspp diff --git a/src/output/output-item-provider.h b/src/output/output-item-provider.h index 1273f13419..aa2584bef4 100644 --- a/src/output/output-item-provider.h +++ b/src/output/output-item-provider.h @@ -25,6 +25,8 @@ instance of output_item. */ struct output_item_class { + const char *name; + /* Destroys and frees ITEM. Called when output_item_unref() drops ITEM's reference count to 0. */ void (*destroy) (struct output_item *item);