mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
os: move ComputeLocalClient() prototype to auth.h
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
ce75ddb0bb
commit
07d6ca4254
@@ -116,4 +116,6 @@ void AccessUsingXdmcp(void);
|
||||
|
||||
extern Bool defeatAccessControl;
|
||||
|
||||
Bool ComputeLocalClient(ClientPtr client);
|
||||
|
||||
#endif /* _XSERVER_OS_AUTH_H */
|
||||
|
||||
@@ -101,9 +101,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)
|
||||
|
||||
Reference in New Issue
Block a user