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

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

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

Loading…
Cancel
Save