From 5a473548827c34298f65325c24da4a92a803fd88 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 23 Sep 2007 21:05:15 +0000 Subject: [PATCH] Added a stub function for make_bak_dir(). --- t_stub.c | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.34.1