We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cb886 commit 6c87544Copy full SHA for 6c87544
os/auth.h
@@ -116,4 +116,6 @@ void AccessUsingXdmcp(void);
116
117
extern Bool defeatAccessControl;
118
119
+Bool ComputeLocalClient(ClientPtr client);
120
+
121
#endif /* _XSERVER_OS_AUTH_H */
os/osdep.h
@@ -92,9 +92,6 @@ listen_to_client(ClientPtr client);
92
93
extern Bool NewOutputPending;
94
95
-/* in access.c */
96
-extern Bool ComputeLocalClient(ClientPtr client);
97
-
98
/* for platforms lacking arc4random_buf() libc function */
99
#ifndef HAVE_ARC4RANDOM_BUF
100
static inline void arc4random_buf(void *buf, size_t nbytes)
0 commit comments