pull/16/head
Darrell Anderson 12 years ago
parent 8fb2978ca0
commit 0d043b41b4

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