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
|
extern _X_EXPORT void
|
||||||
ResetHosts(const char *display);
|
ResetHosts(const char *display);
|
||||||
|
|
||||||
extern _X_EXPORT void
|
|
||||||
EnableLocalAccess(void);
|
|
||||||
|
|
||||||
extern _X_EXPORT void
|
|
||||||
DisableLocalAccess(void);
|
|
||||||
|
|
||||||
#ifndef NO_LOCAL_CLIENT_CRED
|
#ifndef NO_LOCAL_CLIENT_CRED
|
||||||
extern _X_EXPORT void
|
extern _X_EXPORT void
|
||||||
EnableLocalUser(void);
|
EnableLocalUser(void);
|
||||||
|
|
|
@ -48,4 +48,7 @@ typedef struct {
|
||||||
int GetLocalClientCreds(ClientPtr, LocalClientCredRec **);
|
int GetLocalClientCreds(ClientPtr, LocalClientCredRec **);
|
||||||
void FreeLocalClientCreds(LocalClientCredRec *);
|
void FreeLocalClientCreds(LocalClientCredRec *);
|
||||||
|
|
||||||
|
void EnableLocalAccess(void);
|
||||||
|
void DisableLocalAccess(void);
|
||||||
|
|
||||||
#endif /* _XSERVER_OS_AUTH_H */
|
#endif /* _XSERVER_OS_AUTH_H */
|
||||||
|
|
Loading…
Reference in New Issue