X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xboard.c;h=b0cd52439d83c0d4d39cd5a2ae514ac2e85b4ae6;hb=45f6f7e592a1e99a5dfa301e2ab8a52b39a4fd8a;hp=3fbb9c4dd89994b56ca496a4b08d322a95a03a42;hpb=18c97517acda747ffe9d9177c61c9bf5b1195bb6;p=xboard.git diff --git a/xboard.c b/xboard.c index 3fbb9c4..b0cd524 100644 --- a/xboard.c +++ b/xboard.c @@ -3273,6 +3273,11 @@ ResetFrontEnd() return; } +void NotifyFrontendLogin() +{ + // placeholder +} + typedef struct { char *name; Boolean value;