os: unexport CloseDownConnection()

Not used by any 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/1582>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-08 18:50:25 +01:00 committed by Marge Bot
parent 8fe15a60c5
commit 1d7cb4b2c3
2 changed files with 1 additions and 2 deletions

View File

@ -125,8 +125,6 @@ extern _X_EXPORT const char *ClientAuthorized(ClientPtr /*client */ ,
unsigned int /*string_n */ ,
char * /*auth_string */ );
extern _X_EXPORT void CloseDownConnection(ClientPtr /*client */ );
typedef void (*NotifyFdProcPtr)(int fd, int ready, void *data);
#define X_NOTIFY_NONE 0x0

View File

@ -201,6 +201,7 @@ void ListenToAllClients(void);
void ForceClockId(clockid_t forced_clockid);
Bool WaitForSomething(Bool clients_are_ready);
void CloseDownConnection(ClientPtr client);
extern int LimitClients;
extern Bool PartialNetwork;