Staging
v0.5.1
https://github.com/git/git
Revision 4224916ae979204f13db2996d9e32490e0acb90f authored by Junio C Hamano on 13 January 2014, 19:28:26 UTC, committed by Junio C Hamano on 13 January 2014, 19:28:26 UTC
1 parent 7fd90e0
Raw File
Tip revision: 4224916ae979204f13db2996d9e32490e0acb90f authored by Junio C Hamano on 13 January 2014, 19:28:26 UTC
Git 1.8.5.3
Tip revision: 4224916
merge-blobs.h
#ifndef MERGE_BLOBS_H
#define MERGE_BLOBS_H

#include "blob.h"

extern void *merge_blobs(const char *, struct blob *, struct blob *, struct blob *, unsigned long *);

#endif /* MERGE_BLOBS_H */
back to top