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 b199d07 commit 6aa2c41Copy full SHA for 6aa2c41
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
@@ -101,9 +101,6 @@ listen_to_client(ClientPtr client);
101
102
extern Bool NewOutputPending;
103
104
-/* in access.c */
105
-extern Bool ComputeLocalClient(ClientPtr client);
106
-
107
/* for platforms lacking arc4random_buf() libc function */
108
#ifndef HAVE_ARC4RANDOM_BUF
109
static inline void arc4random_buf(void *buf, size_t nbytes)
0 commit comments