Sign in
googlers
/
jrn
/
git
/
c4ee2952b3146fe7dc9433b92bf066e55987ef74
/
.
/
count-delta.h
blob: 4e6b584f43be7530158601ebea7732d71527d2d0 [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2005 Junio C Hamano
*/
#ifndef
COUNT_DELTA_H
#define
COUNT_DELTA_H
unsigned
long
count_delta
(
void
*,
unsigned
long
);
#endif