Revision 6b5ee137e56af8093391411389dd4b18416707ec authored by Junio C Hamano on 21 September 2005, 07:00:47 UTC, committed by Junio C Hamano on 25 September 2005, 06:50:43 UTC
This is a long overdue clean-up to the code for parsing and passing
diff options.  It also tightens some constness issues.

Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent dbc3743
Raw File
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