summary refs log tree commit diff stats
path: root/plugins/wmpa/hexchat-plugin.h
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 /plugins/wmpa/hexchat-plugin.h
parenta87ad4a6ae5a8ed3a2c36e22a510f5b9582cd424 (diff)
Rebranding for XCHAT_FD_*
Diffstat (limited to 'plugins/wmpa/hexchat-plugin.h')
-rw-r--r--plugins/wmpa/hexchat-plugin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/wmpa/hexchat-plugin.h b/plugins/wmpa/hexchat-plugin.h
index 55e2c0b3..fb398b3a 100644
--- a/plugins/wmpa/hexchat-plugin.h
+++ b/plugins/wmpa/hexchat-plugin.h
@@ -15,10 +15,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 */