summaryrefslogtreecommitdiff
path: root/count-delta.h
blob: 73596298278061c02e5df36bb5b928a245902e4d (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (C) 2005 Junio C Hamano
 */
#ifndef COUNT_DELTA_H
#define COUNT_DELTA_H
 
int count_delta(void *, unsigned long,
		unsigned long *src_copied, unsigned long *literal_added);
 
#endif