X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d1c178dd53c716979ea603c83a83955684b3cb64..d144e43bb3ea77bdc9d1dd68a648166970822dd6:/sender.c diff --git a/sender.c b/sender.c index b0c6570b..26cdafa0 100644 --- a/sender.c +++ b/sender.c @@ -143,8 +143,8 @@ void successful_send(int ndx) } } -static void write_ndx_and_attrs(int f_out, int ndx, int iflags, - uchar fnamecmp_type, char *buf, int len) +void write_ndx_and_attrs(int f_out, int ndx, int iflags, + uchar fnamecmp_type, char *buf, int len) { write_int(f_out, ndx); if (protocol_version < 29)