X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Foutput-item-provider.h;h=aa2584bef4006d0221535ffbbd6d1f837eba5c04;hb=f58d1b69c4bbd4072fca4e79ea1e6a527ab09fae;hp=1273f13419df8819c139f7fd07a60d60ff9dfd49;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;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);