mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
os: unexport ClientAuthorized()
Not used by any modules, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1790>
This commit is contained in:
committed by
Marge Bot
parent
c6b8207342
commit
a84ae08526
@@ -115,12 +115,6 @@ extern _X_EXPORT void ResetWellKnownSockets(void);
|
||||
|
||||
extern _X_EXPORT void CloseWellKnownConnections(void);
|
||||
|
||||
extern _X_EXPORT const char *ClientAuthorized(ClientPtr /*client */ ,
|
||||
unsigned int /*proto_n */ ,
|
||||
char * /*auth_proto */ ,
|
||||
unsigned int /*string_n */ ,
|
||||
char * /*auth_string */ );
|
||||
|
||||
typedef void (*NotifyFdProcPtr)(int fd, int ready, void *data);
|
||||
|
||||
#define X_NOTIFY_NONE 0x0
|
||||
|
||||
Reference in New Issue
Block a user