[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c881a054
[git/dscho.git] / count-delta.h
blob73596298278061c02e5df36bb5b928a245902e4d
1 /*
2 * Copyright (C) 2005 Junio C Hamano
3 */
4 #ifndef COUNT_DELTA_H
5 #define COUNT_DELTA_H
7 int count_delta(void *, unsigned long,
8 unsigned long *src_copied, unsigned long *literal_added);
10 #endif