diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 07:25:40 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 07:25:40 +0100 |
commit | 4b7c7c2bb16f6278036f5aee6fb0b2c8f5ce38f2 (patch) | |
tree | 0537be4bbace0a42899719af8fddc98f3f5d84ee /plugins/dns/dns.c | |
parent | a87ad4a6ae5a8ed3a2c36e22a510f5b9582cd424 (diff) |
Rebranding for XCHAT_FD_*
Diffstat (limited to 'plugins/dns/dns.c')
-rw-r--r-- | plugins/dns/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |