summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-09-24 03:11:41 +0000
committerWayne Davison <wayned@samba.org>2006-09-24 03:11:41 +0000
commitea0ea357f4636b72a234f2744036f8be2ca8b407 (patch)
treeb97c60550374785e4990137d2dcdae1b8c425848 /t_stub.c
parent0480a946f50c19ddcaea170c8f5aec68ecfbc1d2 (diff)
downloadrsync-ea0ea357f4636b72a234f2744036f8be2ca8b407.tar.gz
Provide the who_am_i() function.
Diffstat (limited to 't_stub.c')
-rw-r--r--t_stub.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/t_stub.c b/t_stub.c
index 6042aca3..fb5f6443 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -78,3 +78,8 @@ struct filter_list_struct server_filter_list;
{
return NULL;
}
+
+ const char *who_am_i(void)
+{
+ return "tester";
+}