sha1-file: convert freshen functions to object_id
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index dd1a9c6094dcfb512df94f1cfb4cf4d4567d1008..e03a0d4d2378a80aef8339b1e06cbeb8009d5971 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1275,7 +1275,7 @@ extern int has_object_file_with_flags(const struct object_id *oid, int flags);
  * with the specified name.  This function does not respect replace
  * references.
  */
-extern int has_loose_object_nonlocal(const unsigned char *sha1);
+extern int has_loose_object_nonlocal(const struct object_id *oid);
 
 extern void assert_oid_type(const struct object_id *oid, enum object_type expect);