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 59d17d8..0b140e2 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;