Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/for-each-object-iteration'
[gitweb.git]
/
sha1-file.c
diff --git
a/sha1-file.c
b/sha1-file.c
index c6ca960eb2aa6b70841350d894bfda77856d980a..56e5329caf23c50d783c88b4058363cc1d847d57 100644
(file)
--- a/
sha1-file.c
+++ b/
sha1-file.c
@@
-2146,7
+2146,8
@@
static int loose_from_alt_odb(struct alternate_object_database *alt,
return r;
}
-int for_each_loose_object(each_loose_object_fn cb, void *data, unsigned flags)
+int for_each_loose_object(each_loose_object_fn cb, void *data,
+ enum for_each_object_flags flags)
{
struct loose_alt_odb_data alt;
int r;