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:
Enrico Weigelt, metux IT consult
2025-11-10 15:58:09 +01:00
committed by Enrico Weigelt
parent 932f4be393
commit ec3232e36e
4 changed files with 7 additions and 6 deletions

View File

@@ -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,