mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
os: unexport EnableLocalUser() and DisableLocalUser()
these aren't used by module, 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
54441ff98a
commit
e621081fa3
@@ -370,12 +370,6 @@ extern _X_EXPORT void
|
||||
ResetHosts(const char *display);
|
||||
|
||||
#ifndef NO_LOCAL_CLIENT_CRED
|
||||
extern _X_EXPORT void
|
||||
EnableLocalUser(void);
|
||||
|
||||
extern _X_EXPORT void
|
||||
DisableLocalUser(void);
|
||||
|
||||
extern _X_EXPORT void
|
||||
LocalAccessScopeUser(void);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user