summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 07:25:40 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 07:25:40 +0100
commit4b7c7c2bb16f6278036f5aee6fb0b2c8f5ce38f2 (patch)
tree0537be4bbace0a42899719af8fddc98f3f5d84ee /src/common
parenta87ad4a6ae5a8ed3a2c36e22a510f5b9582cd424 (diff)
Rebranding for XCHAT_FD_*
Diffstat (limited to 'src/common')
-rw-r--r--src/common/hexchat-plugin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/hexchat-plugin.h b/src/common/hexchat-plugin.h
index ac781368..459b1c03 100644
--- a/src/common/hexchat-plugin.h
+++ b/src/common/hexchat-plugin.h
@@ -10,10 +10,10 @@
 #define HEXCHAT_PRI_LOW		(-64)
 #define HEXCHAT_PRI_LOWEST	(-128)
 
-#define XCHAT_FD_READ		1
-#define XCHAT_FD_WRITE		2
-#define XCHAT_FD_EXCEPTION	4
-#define XCHAT_FD_NOTSOCKET	8
+#define HEXCHAT_FD_READ		1
+#define HEXCHAT_FD_WRITE		2
+#define HEXCHAT_FD_EXCEPTION	4
+#define HEXCHAT_FD_NOTSOCKET	8
 
 #define XCHAT_EAT_NONE		0	/* pass it on through! */
 #define XCHAT_EAT_XCHAT		1	/* don't let xchat see this event */