]> git.ipfire.org Git - thirdparty/git.git/blobdiff - count-delta.h
Use symbolic name SHORT_NAME_AMBIGUOUS as error return value
[thirdparty/git.git] / count-delta.h
index 4e6b584f43be7530158601ebea7732d71527d2d0..73596298278061c02e5df36bb5b928a245902e4d 100644 (file)
@@ -4,6 +4,7 @@
 #ifndef COUNT_DELTA_H
 #define COUNT_DELTA_H
 
-unsigned long count_delta(void *, unsigned long);
+int count_delta(void *, unsigned long,
+               unsigned long *src_copied, unsigned long *literal_added);
 
 #endif