Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 8fedb83c05d4b3d877a220d614e8b9d40f02709d authored by Junio C Hamano on 30 January 2006, 01:55:20 UTC
GIT 1.1.6
Tip revision: 8fedb83
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