mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: move ReplyNotSwappd() out of public header
Internal, non-publich function - should not be in public header. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
932f4be393
commit
ec3232e36e
@@ -53,11 +53,6 @@ typedef void (*ReplySwapPtr) (ClientPtr /* pClient */ ,
|
||||
int /* size */ ,
|
||||
void * /* pbuf */ );
|
||||
|
||||
extern _X_EXPORT void
|
||||
ReplyNotSwappd(ClientPtr /* pClient */ ,
|
||||
int /* size */ ,
|
||||
void * /* pbuf */ ) _X_NORETURN;
|
||||
|
||||
typedef enum { ClientStateInitial,
|
||||
ClientStateRunning,
|
||||
ClientStateRetained,
|
||||
|
||||
Reference in New Issue
Block a user