mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
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:
committed by
Alan Coopersmith
parent
389b528203
commit
cbc9f557e5
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user