]> gitweb.ps.run Git - ps-cgit/blobdiff - git.h
Add support for prefix and gitsrc arguments to 'make'
[ps-cgit] / git.h
diff --git a/git.h b/git.h
index 991eaa5e313c9524419545b4c3ab3b1f0c212123..eca48d5b1484024e7a2f61de8b782c956513ca8f 100644 (file)
--- a/git.h
+++ b/git.h
@@ -278,6 +278,10 @@ struct object {
 };
 
 
+/** Returns the object, having parsed it to find out what it is. **/
+struct object *parse_object(const unsigned char *sha1);
+
+
 /*
  * from git:tree.h
  */