(submit/unexport-CloseDownConnection) 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>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-08 18:50:25 +01:00
parent 419c6d7881
commit f31f2a69ee
2 changed files with 2 additions and 2 deletions

View File

@ -123,8 +123,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

@ -202,6 +202,8 @@ void ForceClockId(clockid_t forced_clockid);
Bool WaitForSomething(Bool clients_are_ready);
void CloseDownConnection(ClientPtr client);
extern int LimitClients;
extern Bool PartialNetwork;
extern Bool RunFromSigStopParent;