]> git.ipfire.org Git - thirdparty/git.git/blobdiff - blob.h
[PATCH] Mark blobs as parsed when they're actually parsed
[thirdparty/git.git] / blob.h
diff --git a/blob.h b/blob.h
index 5cbf6d65ee88e1e0c0f1153af4aa7f80c3c48c16..4afad0f067e1979d7ccc4778e254cce6962ad136 100644 (file)
--- a/blob.h
+++ b/blob.h
@@ -11,4 +11,6 @@ struct blob {
 
 struct blob *lookup_blob(unsigned char *sha1);
 
+int parse_blob(struct blob *item);
+
 #endif /* BLOB_H */