diff plugins/perl/common/FT.xs @ 11202:ff4884029708

[gaim-migrate @ 13330] Some compile warning fixes. It's very possible the perl warnings were caused by some of my changes to the core last week committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 08 Aug 2005 02:21:57 +0000
parents 134d0001983d
children b284c703d398
line wrap: on
line diff
--- a/plugins/perl/common/FT.xs	Mon Aug 08 02:18:16 2005 +0000
+++ b/plugins/perl/common/FT.xs	Mon Aug 08 02:21:57 2005 +0000
@@ -90,7 +90,7 @@
 ssize_t 
 gaim_xfer_read(xfer, buffer)
 	Gaim::Xfer xfer
-	char **buffer
+	guchar **buffer
 
 void 
 gaim_xfer_ref(xfer)
@@ -145,7 +145,7 @@
 ssize_t 
 gaim_xfer_write(xfer, buffer, size)
 	Gaim::Xfer xfer
-	const char *buffer
+	const guchar *buffer
 	size_t size
 
 MODULE = Gaim::Xfer  PACKAGE = Gaim::Xfers  PREFIX = gaim_xfers_