mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 16:00:08 +01:00
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
2 changed files with 2 additions and 3 deletions
|
|
@ -320,9 +320,6 @@ OsAbort(void)
|
|||
extern _X_EXPORT Bool
|
||||
PrivsElevated(void);
|
||||
|
||||
extern _X_EXPORT int
|
||||
ChangeAccessControl(ClientPtr /*client */ , int /*fEnabled */ );
|
||||
|
||||
extern _X_EXPORT int
|
||||
GetClientFd(ClientPtr);
|
||||
|
||||
|
|
|
|||
|
|
@ -107,4 +107,6 @@ void DefineSelf(int fd);
|
|||
/* check whether given addr belongs to ourself */
|
||||
void AugmentSelf(void *from, int len);
|
||||
|
||||
int ChangeAccessControl(ClientPtr client, int fEnabled);
|
||||
|
||||
#endif /* _XSERVER_OS_AUTH_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue