mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
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:
committed by
Alan Coopersmith
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);
|
||||
|
||||
Reference in New Issue
Block a user