Skip to content

Commit 6c87544

Browse files
committed
[PR #1366] os: move ComputeLocalClient() prototype to auth.h
PR: #1366
1 parent 46cb886 commit 6c87544

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

os/auth.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,6 @@ void AccessUsingXdmcp(void);
116116

117117
extern Bool defeatAccessControl;
118118

119+
Bool ComputeLocalClient(ClientPtr client);
120+
119121
#endif /* _XSERVER_OS_AUTH_H */

os/osdep.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ listen_to_client(ClientPtr client);
9292

9393
extern Bool NewOutputPending;
9494

95-
/* in access.c */
96-
extern Bool ComputeLocalClient(ClientPtr client);
97-
9895
/* for platforms lacking arc4random_buf() libc function */
9996
#ifndef HAVE_ARC4RANDOM_BUF
10097
static inline void arc4random_buf(void *buf, size_t nbytes)

0 commit comments

Comments
 (0)