Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: babfaf8dee0baa09c56d1a2ec5623b60d900518b authored by Josef Weidendorfer on 15 February 2006, 19:22:11 UTC
More useful/hinting error messages in git-checkout
Tip revision: babfaf8
count-delta.h
/*
 * 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
back to top