From 48241830d4600648a6e207d3b464d337ca94ccbc Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 30 Nov 2014 07:45:43 +0000 Subject: compilation fix (by person) git-svn-id: http://svn.miranda-ng.org/main/trunk@11166 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Yahoo/src/chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Yahoo/src') diff --git a/protocols/Yahoo/src/chat.h b/protocols/Yahoo/src/chat.h index c56fa435c7..87d8cf3028 100644 --- a/protocols/Yahoo/src/chat.h +++ b/protocols/Yahoo/src/chat.h @@ -27,7 +27,7 @@ void ext_yahoo_conf_message(int id, const char *me, const char *who, const char /* chat handlers */ void ext_yahoo_chat_cat_xml(int id, const char *xml); -void ext_yahoo_chat_join(int id, const char *me, const char *room, const char * topic, YList *members, int fd); +void ext_yahoo_chat_join(int id, const char *me, const char *room, const char * topic, YList *members, INT_PTR fd); void ext_yahoo_chat_userjoin(int id, const char *me, const char *room, struct yahoo_chat_member *who); -- cgit v1.2.3