(submit/unexport-WaitForSomething) os: unexport WaitForSomething()
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
68fb79a0e5
commit
28c19fe092
|
@ -86,8 +86,6 @@ typedef struct _NewClientRec *NewClientPtr;
|
|||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
extern _X_EXPORT Bool WaitForSomething(Bool clients_are_ready);
|
||||
|
||||
extern _X_EXPORT int ReadRequestFromClient(ClientPtr /*client */ );
|
||||
|
||||
extern _X_EXPORT int WriteFdToClient(ClientPtr client, int fd, Bool do_close);
|
||||
|
|
|
@ -200,6 +200,8 @@ void ListenToAllClients(void);
|
|||
/* allow DDX to force using another clock */
|
||||
void ForceClockId(clockid_t forced_clockid);
|
||||
|
||||
Bool WaitForSomething(Bool clients_are_ready);
|
||||
|
||||
extern int LimitClients;
|
||||
extern Bool PartialNetwork;
|
||||
extern Bool RunFromSigStopParent;
|
||||
|
|
Loading…
Reference in New Issue