os: unexport ChangeAccessControl()
this function isn't used by 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
3f00c1b6cf
commit
dd21a80219
|
@ -320,9 +320,6 @@ OsAbort(void)
|
||||||
extern _X_EXPORT Bool
|
extern _X_EXPORT Bool
|
||||||
PrivsElevated(void);
|
PrivsElevated(void);
|
||||||
|
|
||||||
extern _X_EXPORT int
|
|
||||||
ChangeAccessControl(ClientPtr /*client */ , int /*fEnabled */ );
|
|
||||||
|
|
||||||
extern _X_EXPORT int
|
extern _X_EXPORT int
|
||||||
GetClientFd(ClientPtr);
|
GetClientFd(ClientPtr);
|
||||||
|
|
||||||
|
|
|
@ -107,4 +107,6 @@ void DefineSelf(int fd);
|
||||||
/* check whether given addr belongs to ourself */
|
/* check whether given addr belongs to ourself */
|
||||||
void AugmentSelf(void *from, int len);
|
void AugmentSelf(void *from, int len);
|
||||||
|
|
||||||
|
int ChangeAccessControl(ClientPtr client, int fEnabled);
|
||||||
|
|
||||||
#endif /* _XSERVER_OS_AUTH_H */
|
#endif /* _XSERVER_OS_AUTH_H */
|
||||||
|
|
Loading…
Reference in New Issue