Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
CrazyWebTemps
CrazyWebTemps
/
merge-blobs.h
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
h
11 lines
225 Bytes
Copy permalink
Copy
Raw
1
#ifndef MERGE_BLOBS_H
2
#define MERGE_BLOBS_H
3
4
struct
blob
;
5
struct
index_state
;
6
7
void
*
merge_blobs
(
struct
index_state
*
,
const
char
*
,
8
struct
blob
*
,
struct
blob
*
,
9
struct
blob
*
,
size_t
*
);
10
11
#endif
/* MERGE_BLOBS_H */