summaryrefslogtreecommitdiff
path: root/protocols/Yahoo/src/chat.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-11-30 07:45:43 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-11-30 07:45:43 +0000
commit48241830d4600648a6e207d3b464d337ca94ccbc (patch)
tree9f063b192796577cf22aadb3a50e54e93635f4f8 /protocols/Yahoo/src/chat.h
parenta8a11e811c3c0cc3f6d74c18c89841e9e0e87237 (diff)
compilation fix (by person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11166 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Yahoo/src/chat.h')
-rw-r--r--protocols/Yahoo/src/chat.h2
1 files changed, 1 insertions, 1 deletions
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);