summaryrefslogtreecommitdiff
path: root/count-delta.h
diff options
context:
space:
mode:
Diffstat (limited to 'count-delta.h')
-rw-r--r--count-delta.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/count-delta.h b/count-delta.h
index 4e6b584..7359629 100644
--- a/count-delta.h
+++ b/count-delta.h
@@ -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