summaryrefslogtreecommitdiff
path: root/count-delta.h
diff options
context:
space:
mode:
Diffstat (limited to 'count-delta.h')
-rw-r--r--count-delta.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/count-delta.h b/count-delta.h
new file mode 100644
index 0000000000..7359629827
--- /dev/null
+++ b/count-delta.h
@@ -0,0 +1,10 @@
+/*
+ * 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