diff options
Diffstat (limited to 'object.h')
-rw-r--r-- | object.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ struct object { const char *type; struct object_list *refs; struct object_list *attached_deltas; + void *util; }; extern int nr_objs; |