(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:
parent
419c6d7881
commit
f31f2a69ee
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue