From: Wayne Davison Date: Sun, 24 Sep 2006 03:11:41 +0000 (+0000) Subject: Provide the who_am_i() function. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ea0ea357f4636b72a234f2744036f8be2ca8b407 Provide the who_am_i() function. --- 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"; +}