Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions os/auth.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,6 @@ void AccessUsingXdmcp(void);

extern Bool defeatAccessControl;

Bool ComputeLocalClient(ClientPtr client);

#endif /* _XSERVER_OS_AUTH_H */
3 changes: 0 additions & 3 deletions os/osdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ listen_to_client(ClientPtr client);

extern Bool NewOutputPending;

/* in access.c */
extern Bool ComputeLocalClient(ClientPtr client);

/* for platforms lacking arc4random_buf() libc function */
#ifndef HAVE_ARC4RANDOM_BUF
static inline void arc4random_buf(void *buf, size_t nbytes)
Expand Down
Loading