os: unexport set_font_authorizations()

This function is only used by DIX, 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:
Enrico Weigelt, metux IT consult
2024-02-28 17:57:09 +01:00
committed by Alan Coopersmith
parent 389b528203
commit cbc9f557e5
4 changed files with 8 additions and 4 deletions

View File

@@ -26,4 +26,8 @@ typedef int (*AuthRemCFunc) (AuthRemCArgs);
#define AuthRstCArgs void
typedef int (*AuthRstCFunc) (AuthRstCArgs);
int set_font_authorizations(char **authorizations,
int *authlen,
void *client);
#endif /* _XSERVER_OS_AUTH_H */