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