Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Deltification library work by Nicolas Pitre.
[gitweb.git]
/
object.h
diff --git
a/object.h
b/object.h
index d53a35a4d7321b5ec970103208ac576f9f722dff..09700d376077b2d6136620faf6efb77ee679deeb 100644
(file)
--- a/
object.h
+++ b/
object.h
@@
-15,8
+15,8
@@
struct object {
struct object_list *refs;
};
-int nr_objs;
-struct object **objs;
+
extern
int nr_objs;
+
extern
struct object **objs;
struct object *lookup_object(unsigned char *sha1);