summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2003-09-11 04:48:13 +0000
committerWayne Davison <wayned@samba.org>2003-09-11 04:48:13 +0000
commit9b9114e8cd37a100087a939e9db2ccb125919ffe (patch)
tree1aa2d2bee1de880ddc0fe866f6a2c2b782ad1eed /t_stub.c
parent857e38bb45132c3d79f21a6bbce14eec7bc9a155 (diff)
downloadrsync-9b9114e8cd37a100087a939e9db2ccb125919ffe.tar.gz
Include a few new stubs to handle the new full_fname() function.
Diffstat (limited to 't_stub.c')
-rw-r--r--t_stub.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/t_stub.c b/t_stub.c
index 88b697e1..8f6d784c 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -27,6 +27,7 @@
**/
int modify_window = 0;
+int module_id = -1;
struct exclude_struct **server_exclude_list;
void rprintf(UNUSED(enum logcode code), const char *format, ...)
@@ -51,3 +52,19 @@ struct exclude_struct **server_exclude_list;
* just return 0. */
return 0;
}
+
+ char *lp_name(UNUSED(int mod))
+{
+ return NULL;
+}
+
+ BOOL lp_use_chroot(UNUSED(int mod))
+{
+ return 0;
+}
+
+ char *lp_path(UNUSED(int mod))
+{
+ return NULL;
+}
+