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

@@ -200,10 +200,6 @@ extern _X_EXPORT void FreeScreenSaverTimer(void);
extern _X_EXPORT void GiveUp(int /*sig */ );
extern _X_EXPORT int set_font_authorizations(char **authorizations,
int *authlen,
void *client);
/*
* This function malloc(3)s buffer, terminating the server if there is not
* enough memory.