diff src/prpl.h @ 2167:edf8c5a70e5b

[gaim-migrate @ 2177] limiting chat message lengths committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 26 Aug 2001 20:21:45 +0000
parents a464da684307
children c24595d3c364
line wrap: on
line diff
--- a/src/prpl.h	Sun Aug 26 19:18:39 2001 +0000
+++ b/src/prpl.h	Sun Aug 26 20:21:45 2001 +0000
@@ -135,7 +135,7 @@
 	void (* chat_invite)	(struct gaim_connection *, int id, char *who, char *message);
 	void (* chat_leave)	(struct gaim_connection *, int id);
 	void (* chat_whisper)	(struct gaim_connection *, int id, char *who, char *message);
-	void (* chat_send)	(struct gaim_connection *, int id, char *message);
+	int  (* chat_send)	(struct gaim_connection *, int id, char *message);
 	void (* keepalive)	(struct gaim_connection *);
 	void (* chat_set_topic) (struct gaim_connection *, int id, char *topic);