| 474 | } |
| 475 | |
| 476 | void add_object_array(struct object *obj, const char *name, struct object_array *array) |
| 477 | { |
| 478 | add_object_array_with_path(obj, name, array, S_IFINVALID, NULL); |
| 479 | } |
| 480 | |
| 481 | /* |
| 482 | * Free all memory associated with an entry; the result is |