aboutsummaryrefslogtreecommitdiff
path: root/count-delta.h
diff options
context:
space:
mode:
Diffstat (limited to 'count-delta.h')
-rw-r--r--count-delta.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/count-delta.h b/count-delta.h
new file mode 100644
index 000000000..4e6b584f4
--- /dev/null
+++ b/count-delta.h
@@ -0,0 +1,9 @@
+/*
+ * Copyright (C) 2005 Junio C Hamano
+ */
+#ifndef COUNT_DELTA_H
+#define COUNT_DELTA_H
+
+unsigned long count_delta(void *, unsigned long);
+
+#endif