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:
		
							parent
							
								
									8fe15a60c5
								
							
						
					
					
						commit
						1d7cb4b2c3
					
				|  | @ -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 | ||||
|  |  | |||
|  | @ -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; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue