summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-05-28 12:46:46 -0700
committerWayne Davison <wayne@opencoder.net>2020-05-28 12:46:46 -0700
commitdf0ed76a7681109f5194ad00e0b210490e2ed803 (patch)
tree2e6ab8b918b9978f5a649113d8a2dd08202c20d8 /t_stub.c
parentd7521f54282fe7dc7c259a52624a0ac75ccb8f11 (diff)
downloadrsync-df0ed76a7681109f5194ad00e0b210490e2ed803.tar.gz
Add stub for canonical_checksum().
Diffstat (limited to 't_stub.c')
-rw-r--r--t_stub.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/t_stub.c b/t_stub.c
index 17baee82..2748ca20 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -104,3 +104,8 @@ filter_rule_list daemon_filter_list;
{
return cst || !flg ? 16 : 1;
}
+
+ int canonical_checksum(int cst)
+{
+ return cst ? 0 : 0;
+}