diff src/protocols/gg/libgg.h @ 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.h	Fri Dec 10 05:49:01 2004 +0000
+++ b/src/protocols/gg/libgg.h	Sat Dec 11 00:06:06 2004 +0000
@@ -1,4 +1,4 @@
-/* $Id: libgg.h 10742 2004-08-25 03:09:08Z thekingant $ */
+/* $Id: libgg.h 11554 2004-12-11 00:06:06Z thekingant $ */
 
 /*
  *  (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>,
@@ -163,8 +163,8 @@
 int gg_write(struct gg_session *sess, const char *buf, int length);
 int gg_change_status(struct gg_session *sess, int status);
 int gg_change_status_descr(struct gg_session *sess, int status, const char *descr);
-int gg_send_message(struct gg_session *sess, int msgclass, uin_t recipient, const unsigned char *message);
-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(struct gg_session *sess, int msgclass, uin_t recipient, const char *message);
+int gg_send_message_richtext(struct gg_session *sess, int msgclass, uin_t recipient, const char *message, const unsigned char *format, int formatlen);
 int gg_ping(struct gg_session *sess);
 int gg_userlist_request(struct gg_session *sess, char type, const char *request);
 
@@ -272,7 +272,7 @@
                         uin_t sender;
 			int msgclass;
 			time_t time;
-                        unsigned char *message;
+                        char *message;
                 } msg;
                 struct gg_notify_reply *notify;
 		struct {			/* @notify60 informacja o li¶cie kontaktów -- GG_EVENT_NOTIFY60 */