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 c96753b commit c8cfb98Copy full SHA for c8cfb98
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
@@ -95,9 +95,6 @@ listen_to_client(ClientPtr client);
95
96
extern Bool NewOutputPending;
97
98
-/* in access.c */
99
-extern Bool ComputeLocalClient(ClientPtr client);
100
-
101
/* for platforms lacking arc4random_buf() libc function */
102
#ifndef HAVE_ARC4RANDOM_BUF
103
static inline void arc4random_buf(void *buf, size_t nbytes)
0 commit comments