Skip to content

Commit c8cfb98

Browse files
committed
[PR #1366] os: move ComputeLocalClient() prototype to auth.h
PR: #1366
1 parent c96753b commit c8cfb98

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
@@ -95,9 +95,6 @@ listen_to_client(ClientPtr client);
9595

9696
extern Bool NewOutputPending;
9797

98-
/* in access.c */
99-
extern Bool ComputeLocalClient(ClientPtr client);
100-
10198
/* for platforms lacking arc4random_buf() libc function */
10299
#ifndef HAVE_ARC4RANDOM_BUF
103100
static inline void arc4random_buf(void *buf, size_t nbytes)

0 commit comments

Comments
 (0)