mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 20:40:04 +01:00
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:
parent
dd21a80219
commit
cf5fab0bbe
2 changed files with 2 additions and 3 deletions
|
|
@ -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 */ );
|
||||
|
||||
|
|
|
|||
|
|
@ -109,4 +109,6 @@ void AugmentSelf(void *from, int len);
|
|||
|
||||
int ChangeAccessControl(ClientPtr client, int fEnabled);
|
||||
|
||||
void AccessUsingXdmcp(void);
|
||||
|
||||
#endif /* _XSERVER_OS_AUTH_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue