Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: e99c2fbdda590b0d5fb5bd89001e6d9df8342564 authored by Junio C Hamano on 14 January 2006, 00:39:17 UTC
GIT 1.0.10
Tip revision: e99c2fb
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