diff plugins/yay/internal.h @ 1552:b669f48f0990

[gaim-migrate @ 1562] fix for stupidity. not sure if add/remove buddies works yet (code is there but it's very untested) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 09 Mar 2001 12:10:56 +0000
parents 92b3dd1e4129
children 1ca5f5fcd483
line wrap: on
line diff
--- a/plugins/yay/internal.h	Fri Mar 09 09:58:35 2001 +0000
+++ b/plugins/yay/internal.h	Fri Mar 09 12:10:56 2001 +0000
@@ -65,8 +65,8 @@
 
 #define YAHOO_MESSAGE_NORMAL  1
 
-void yahoo_storeint(char *, guint);
-int yahoo_makeint(char *);
+void yahoo_storeint(guchar *, guint);
+int yahoo_makeint(guchar *);
 
 struct yahoo_packet {
 	char version[8];