4 struct object_decoration {
 
   5         const struct object *base;
 
  11         unsigned int size, nr;
 
  12         struct object_decoration *hash;
 
  15 extern void *add_decoration(struct decoration *n, const struct object *obj, void *decoration);
 
  16 extern void *lookup_decoration(struct decoration *n, const struct object *obj);