summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dns/dns.c2
-rw-r--r--plugins/perl/Makefile.am6
-rw-r--r--plugins/wmpa/hexchat-plugin.h2
3 files changed, 4 insertions, 6 deletions
diff --git a/plugins/dns/dns.c b/plugins/dns/dns.c
index 2f56e006..b1c4c6ac 100644
--- a/plugins/dns/dns.c
+++ b/plugins/dns/dns.c
@@ -67,7 +67,7 @@ waitline (void *source, char *buf, int bufsize)
 	{
 		len = 1;
 		/* we can't read() here, due to glib's giowin32 */
-		if (ph->xchat_read_fd (ph, source, buf + i, &len) != 0)
+		if (ph->hexchat_read_fd (ph, source, buf + i, &len) != 0)
 		{
 			return -1;
 		}
diff --git a/plugins/perl/Makefile.am b/plugins/perl/Makefile.am
index 6db55538..f9681bd2 100644
--- a/plugins/perl/Makefile.am
+++ b/plugins/perl/Makefile.am
@@ -1,8 +1,6 @@
 
-EXTRA_DIST=alt_completion.pl xchat2-perldocs.html xchat2-perl.html \
-	generate_header lib/Xchat.pm lib/Xchat/Embed.pm lib/Xchat/List/Network.pm \
-	lib/Xchat/List/Network/Entry.pm lib/Xchat/List/Network/AutoJoin.pm \
-	lib/IRC.pm
+EXTRA_DIST=alt_completion.pl generate_header lib/Xchat.pm lib/Xchat/Embed.pm lib/Xchat/List/Network.pm \
+	lib/Xchat/List/Network/Entry.pm lib/Xchat/List/Network/AutoJoin.pm lib/IRC.pm
 
 libdir = $(hexchatlibdir)/plugins
 
diff --git a/plugins/wmpa/hexchat-plugin.h b/plugins/wmpa/hexchat-plugin.h
index 6e8d78d5..58cc2400 100644
--- a/plugins/wmpa/hexchat-plugin.h
+++ b/plugins/wmpa/hexchat-plugin.h
@@ -114,7 +114,7 @@ extern "C" {
                                       void *handle);
       int (*hexchat_emit_print) (hexchat_plugin *ph,
                                const char *event_name, ...);
-      int (*xchat_read_fd) (hexchat_plugin *ph,
+      int (*hexchat_read_fd) (hexchat_plugin *ph,
                             void *src,
                             char *buf,
                             int *len);