os: unexport AccessUsingXdmcp()

This function is only used internally for xdmcp auth handling, not used
in modules/drivers, 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 20:47:53 +01:00 committed by Alan Coopersmith
parent dd21a80219
commit cf5fab0bbe
2 changed files with 2 additions and 3 deletions

View File

@ -326,9 +326,6 @@ GetClientFd(ClientPtr);
extern _X_EXPORT Bool
ClientIsLocal(ClientPtr client);
extern _X_EXPORT void
AccessUsingXdmcp(void);
extern _X_EXPORT int
ddxProcessArgument(int /*argc */ , char * /*argv */ [], int /*i */ );

View File

@ -109,4 +109,6 @@ void AugmentSelf(void *from, int len);
int ChangeAccessControl(ClientPtr client, int fEnabled);
void AccessUsingXdmcp(void);
#endif /* _XSERVER_OS_AUTH_H */