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 ac30b2f commit 871c612Copy full SHA for 871c612
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
@@ -109,9 +109,6 @@ listen_to_client(ClientPtr client);
109
110
extern Bool NewOutputPending;
111
112
-/* in access.c */
113
-extern Bool ComputeLocalClient(ClientPtr client);
114
-
115
/* for platforms lacking arc4random_buf() libc function */
#ifndef HAVE_ARC4RANDOM_BUF
static inline void arc4random_buf(void *buf, size_t nbytes)
0 commit comments