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)