(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
158c923232
commit
5b8633906e
|
|
@ -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 ReadFdFromClient(ClientPtr client);
|
||||
|
|
|
|||
|
|
@ -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