[PATCH] Document git-ssh-pull and git-ssh-push
[gitweb.git] / object.h
index 464bb0a292c11515ecb074de37daa7fa5536d8e5..cde8471b56eb351152c3532a2f669208b3eb13bb 100644 (file)
--- a/object.h
+++ b/object.h
@@ -15,6 +15,7 @@ struct object {
        const char *type;
        struct object_list *refs;
        struct object_list *attached_deltas;
+       void *util;
 };
 
 extern int nr_objs;