(cherry picked from commit 0d043b41b4)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent 2afebdbe7f
commit d4b3280480

@ -89,7 +89,7 @@ typedef enum {
IceClosedASAP,
IceConnectionInUse,
IceStartedShutdownNegotiation
} IceClosetStatus;
} IceCloseStatus;
typedef enum {
IceProcessMessagesSuccess,
@ -398,7 +398,7 @@ extern Bool IceCheckShutdownNegotiation (
#define IceCloseConnection KDE_IceCloseConnection
extern IceClosetStatus IceCloseConnection (
extern IceCloseStatus IceCloseConnection (
#if NeedFunctionPrototypes
IceConn /* iceConn */
#endif

@ -102,14 +102,14 @@ IceConn iceConn;
IceClosetStatus
IceCloseStatus
IceCloseConnection (iceConn)
IceConn iceConn;
{
int refCountReachedZero;
IceClosetStatus status;
IceCloseStatus status;
/*
* If this connection object was never valid, we can close

Loading…
Cancel
Save