summaryrefslogtreecommitdiffstats
path: root/dcop/KDE-ICE/ICElib.h
diff options
context:
space:
mode:
Diffstat (limited to 'dcop/KDE-ICE/ICElib.h')
-rw-r--r--dcop/KDE-ICE/ICElib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dcop/KDE-ICE/ICElib.h b/dcop/KDE-ICE/ICElib.h
index f22a36f4f..69c2c2228 100644
--- a/dcop/KDE-ICE/ICElib.h
+++ b/dcop/KDE-ICE/ICElib.h
@@ -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