repo.or.cz
/
git
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
git-diff-tree: don't use diffcore_pathspec()
[git/haiku.git]
/
count-delta.h
blob
4e6b584f43be7530158601ebea7732d71527d2d0
1
/*
2
* Copyright (C) 2005 Junio C Hamano
3
*/
4
#ifndef COUNT_DELTA_H
5
#define COUNT_DELTA_H
6
7
unsigned long
count_delta
(
void
*,
unsigned long
);
8
9
#endif