repo.or.cz
/
git
/
jrn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] Implement --recover for git-*-fetch
[git/jrn.git]
/
count-delta.h
blob
73596298278061c02e5df36bb5b928a245902e4d
1
/*
2
* Copyright (C) 2005 Junio C Hamano
3
*/
4
#ifndef COUNT_DELTA_H
5
#define COUNT_DELTA_H
6
7
int
count_delta
(
void
*,
unsigned long
,
8
unsigned long
*
src_copied
,
unsigned long
*
literal_added
);
9
10
#endif