From 5347eb1d40210693fd6c06c1215b920117dc311c Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 7 Nov 2025 17:06:33 +0100 Subject: [PATCH] os: move ComputeLocalClient() prototype to auth.h Signed-off-by: Enrico Weigelt, metux IT consult --- os/auth.h | 2 ++ os/osdep.h | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/os/auth.h b/os/auth.h index ba1a66059a..e41521db81 100644 --- a/os/auth.h +++ b/os/auth.h @@ -116,4 +116,6 @@ void AccessUsingXdmcp(void); extern Bool defeatAccessControl; +Bool ComputeLocalClient(ClientPtr client); + #endif /* _XSERVER_OS_AUTH_H */ diff --git a/os/osdep.h b/os/osdep.h index 5ea06c547a..c856cf3d83 100644 --- a/os/osdep.h +++ b/os/osdep.h @@ -109,9 +109,6 @@ listen_to_client(ClientPtr client); extern Bool NewOutputPending; -/* in access.c */ -extern Bool ComputeLocalClient(ClientPtr client); - /* for platforms lacking arc4random_buf() libc function */ #ifndef HAVE_ARC4RANDOM_BUF static inline void arc4random_buf(void *buf, size_t nbytes)