X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8e41b68e8f975c02a5d9281be780ba5d1a385107..34aa616d41ad3a1b099d094a98b82b3505c735ed:/t_stub.c diff --git a/t_stub.c b/t_stub.c index 59d17d82..0b140e2d 100644 --- a/t_stub.c +++ b/t_stub.c @@ -64,6 +64,11 @@ struct filter_list_struct server_filter_list; return 0; } + int make_bak_dir(UNUSED(const char *fullpath)) +{ + return -1; +} + char *lp_name(UNUSED(int mod)) { return NULL;