From: Wayne Davison Date: Sun, 23 Sep 2007 21:05:15 +0000 (+0000) Subject: Added a stub function for make_bak_dir(). X-Git-Tag: v3.0.0pre1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a473548827c34298f65325c24da4a92a803fd88;p=thirdparty%2Frsync.git Added a stub function for make_bak_dir(). --- 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;