]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Added a stub function for make_bak_dir().
authorWayne Davison <wayned@samba.org>
Sun, 23 Sep 2007 21:05:15 +0000 (21:05 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 23 Sep 2007 21:05:15 +0000 (21:05 +0000)
t_stub.c

index 59d17d82557e749a38ecc1bb887984f124046dde..0b140e2d354fd8dd6a96a1238eab5e881e80ef43 100644 (file)
--- 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;