X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/70c81b0c07e0442b07b3fe30680063baf6fafe33..6de0d062599b12263d212d55adfa8a4131ad8215:/t_stub.c 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"; +}