blob: 73596298278061c02e5df36bb5b928a245902e4d [file] [log] [blame]
/*
* 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