From dc519d54005fc5da92b04df63fec9fd66b8a1f5d Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 24 Sep 1987 06:59:49 +0000 Subject: Add ZFlushLocations() --- lib/ZLocations.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/ZLocations.c') diff --git a/lib/ZLocations.c b/lib/ZLocations.c index 09ad1fd..8773e57 100644 --- a/lib/ZLocations.c +++ b/lib/ZLocations.c @@ -52,6 +52,11 @@ Code_t ZUnsetLocation() "$sender logged out of $1 on $3 at $2")); } +Code_t ZFlushLocations() +{ + return (Z_SendLocation(LOGIN_CLASS,LOGIN_USER_FLUSH,ZAUTH,"")); +} + Code_t ZHideLocation() { return (Z_SendLocation(LOCATE_CLASS,LOCATE_HIDE,ZAUTH,(char *)0)); -- cgit v1.2.3