Mercurial > pidgin.yaz
diff src/protocols/gg/libgg.c @ 10344:5976491e07a7
[gaim-migrate @ 11554]
Assorted silly compile warning fixes
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 11 Dec 2004 00:06:06 +0000 |
parents | 0e3a84f18467 |
children | 088633feb846 |
line wrap: on
line diff
--- a/src/protocols/gg/libgg.c Fri Dec 10 05:49:01 2004 +0000 +++ b/src/protocols/gg/libgg.c Sat Dec 11 00:06:06 2004 +0000 @@ -1,4 +1,4 @@ -/* $Id: libgg.c 10742 2004-08-25 03:09:08Z thekingant $ */ +/* $Id: libgg.c 11554 2004-12-11 00:06:06Z thekingant $ */ /* * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>, @@ -70,7 +70,7 @@ #ifdef __GNUC__ __attribute__ ((unused)) #endif -= "$Id: libgg.c 10742 2004-08-25 03:09:08Z thekingant $"; += "$Id: libgg.c 11554 2004-12-11 00:06:06Z thekingant $"; #endif @@ -658,7 +658,7 @@ * * numer sekwencyjny wiadomości lub -1 w przypadku błędu. */ -int gg_send_message(struct gg_session *sess, int msgclass, uin_t recipient, const unsigned char *message) +int gg_send_message(struct gg_session *sess, int msgclass, uin_t recipient, const char *message) { gg_debug(GG_DEBUG_FUNCTION, "** gg_send_message(%p, %d, %u, %p)\n", sess, msgclass, recipient, message); @@ -680,7 +680,7 @@ * * numer sekwencyjny wiadomości lub -1 w przypadku błędu. */ -int gg_send_message_richtext(struct gg_session *sess, int msgclass, uin_t recipient, const unsigned char *message, const unsigned char *format, int formatlen) +int gg_send_message_richtext(struct gg_session *sess, int msgclass, uin_t recipient, const char *message, const unsigned char *format, int formatlen) { struct gg_send_msg s;