summaryrefslogtreecommitdiff
path: root/blob.h
diff options
context:
space:
mode:
Diffstat (limited to 'blob.h')
-rw-r--r--blob.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/blob.h b/blob.h
index 5cbf6d6..4afad0f 100644
--- 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 */