wt-status.h: drop stdio.h include
[gitweb.git] / merge-blobs.h
index 62b569e472450540689bbb0a4d08c1e3cfd89f12..13cf9669e5b2c43b34bbecd2ea71bf14d9a36d65 100644 (file)
@@ -1,8 +1,11 @@
 #ifndef MERGE_BLOBS_H
 #define MERGE_BLOBS_H
 
-#include "blob.h"
+struct blob;
+struct index_state;
 
-extern void *merge_blobs(const char *, struct blob *, struct blob *, struct blob *, unsigned long *);
+void *merge_blobs(struct index_state *, const char *,
+                 struct blob *, struct blob *,
+                 struct blob *, unsigned long *);
 
 #endif /* MERGE_BLOBS_H */