Welcome to mirror list, hosted at ThFree Co, Russian Federation.

count-delta.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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