merge-blobs.c: remove implicit dependency on the_index
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
32eaa46883
commit
f4a55b2797
@ -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 *);
|
||||
extern void *merge_blobs(struct index_state *, const char *,
|
||||
struct blob *, struct blob *,
|
||||
struct blob *, unsigned long *);
|
||||
|
||||
#endif /* MERGE_BLOBS_H */
|
||||
|
Reference in New Issue
Block a user