os: unexport EnableLocalAccess() and DisableLocalAccess()
these aren't used by modules, so no need to export them. 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
b00fdd482c
commit
54441ff98a
|
@ -369,12 +369,6 @@ AddLocalHosts(void);
|
|||
extern _X_EXPORT void
|
||||
ResetHosts(const char *display);
|
||||
|
||||
extern _X_EXPORT void
|
||||
EnableLocalAccess(void);
|
||||
|
||||
extern _X_EXPORT void
|
||||
DisableLocalAccess(void);
|
||||
|
||||
#ifndef NO_LOCAL_CLIENT_CRED
|
||||
extern _X_EXPORT void
|
||||
EnableLocalUser(void);
|
||||
|
|
Loading…
Reference in New Issue