From 4b7c7c2bb16f6278036f5aee6fb0b2c8f5ce38f2 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 07:25:40 +0100 Subject: Rebranding for XCHAT_FD_* --- plugins/dns/dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dns/dns.c') diff --git a/plugins/dns/dns.c b/plugins/dns/dns.c index 2417b1d2..535d4b76 100644 --- a/plugins/dns/dns.c +++ b/plugins/dns/dns.c @@ -292,7 +292,7 @@ dns_cmd_cb (char *word[], char *word_eol[], void *ud) if (thread_start (th, thread_function, th)) { xchat_hook_fd(ph, th->pipe_fd[PIPE_READ], - XCHAT_FD_READ | XCHAT_FD_EXCEPTION | XCHAT_FD_NOTSOCKET, + HEXCHAT_FD_READ | HEXCHAT_FD_EXCEPTION | HEXCHAT_FD_NOTSOCKET, (void *)dns_read_cb, th); } -- cgit 1.4.1