]> asedeno.scripts.mit.edu Git - git.git/blob - count-delta.h
git-http-fetch: Remove size limit for objects/info/{packs,alternates}
[git.git] / count-delta.h
1 /*
2  * Copyright (C) 2005 Junio C Hamano
3  */
4 #ifndef COUNT_DELTA_H
5 #define COUNT_DELTA_H
6
7 int count_delta(void *, unsigned long,
8                 unsigned long *src_copied, unsigned long *literal_added);
9
10 #endif