os: unexport LocalAccessScopeUser()

this function is only used by wayland ddx, so no need to export it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1344>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-02-28 19:06:00 +01:00 committed by Alan Coopersmith
parent e621081fa3
commit bed778ee60
3 changed files with 4 additions and 5 deletions

View File

@ -50,6 +50,8 @@
#include <propertyst.h>
#include <version-config.h>
#include "os/auth.h"
#include "xwayland-screen.h"
#include "xwayland-vidmode.h"

View File

@ -369,11 +369,6 @@ AddLocalHosts(void);
extern _X_EXPORT void
ResetHosts(const char *display);
#ifndef NO_LOCAL_CLIENT_CRED
extern _X_EXPORT void
LocalAccessScopeUser(void);
#endif
extern _X_EXPORT void
AccessUsingXdmcp(void);

View File

@ -51,4 +51,6 @@ void FreeLocalClientCreds(LocalClientCredRec *);
void EnableLocalAccess(void);
void DisableLocalAccess(void);
void LocalAccessScopeUser(void);
#endif /* _XSERVER_OS_AUTH_H */