Revision f28198e1367bd11eafbc18425f19c157d06a7e61 authored by Junio C Hamano on 14 July 2005, 03:27:41 UTC, committed by Linus Torvalds on 14 July 2005, 03:53:33 UTC
The comment was left over from the days when we had a single
huge core-git.txt document.  No more.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent fd77911
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