combine-diff: cleanup.
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index 9a0169c03ceb82b5cc2c246fa9f70e2f8399ec33..32134d79b5942b21ef55549801f91b31d980e948 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -13,6 +13,9 @@ struct tree_desc {
        unsigned long size;
 };
 
+extern void update_tree_entry(struct tree_desc *);
+extern const unsigned char *tree_entry_extract(struct tree_desc *, const char **, unsigned int *);
+
 struct diff_options;
 
 typedef void (*change_fn_t)(struct diff_options *options,