gitweb: blobs defined by non-textual hash ids can be cached
[gitweb.git] / http-push.c
index 8df7a0d576bfacab5ff61e0b6798cb2718401f5d..04cb238e965efdff564a9b57ce1253b274268c46 100644 (file)
@@ -1700,7 +1700,7 @@ static int locking_available(void)
        return lock_flags;
 }
 
-struct object_list **add_one_object(struct object *obj, struct object_list **p)
+static struct object_list **add_one_object(struct object *obj, struct object_list **p)
 {
        struct object_list *entry = xmalloc(sizeof(struct object_list));
        entry->item = obj;