dix: unexport InitBlockAndWakeupHandlers()
Not supposed to be called by drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
f069b91c8a
commit
2f7ba4bf32
|
@ -568,4 +568,9 @@ void BlockHandler(void *timeout);
|
|||
*/
|
||||
void WakeupHandler(int result);
|
||||
|
||||
/*
|
||||
* @brief initialize the block and wakeup handlers
|
||||
*/
|
||||
void InitBlockAndWakeupHandlers(void);
|
||||
|
||||
#endif /* _XSERVER_DIX_PRIV_H */
|
||||
|
|
|
@ -193,8 +193,6 @@ extern _X_EXPORT void RemoveBlockAndWakeupHandlers(ServerBlockHandlerProcPtr blo
|
|||
ServerWakeupHandlerProcPtr wakeupHandler,
|
||||
void *blockData);
|
||||
|
||||
extern _X_EXPORT void InitBlockAndWakeupHandlers(void);
|
||||
|
||||
extern _X_EXPORT Bool QueueWorkProc(Bool (*function)(ClientPtr clientUnused,
|
||||
void *closure),
|
||||
ClientPtr client,
|
||||
|
|
Loading…
Reference in New Issue