From: Wayne Davison Date: Sun, 24 Sep 2006 03:11:41 +0000 (+0000) Subject: Provide the who_am_i() function. X-Git-Tag: v2.6.9pre1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea0ea357f4636b72a234f2744036f8be2ca8b407;p=thirdparty%2Frsync.git 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"; +}