|
From: <sid...@us...> - 2010-09-19 15:31:31
|
Revision: 388
http://libyahoo2.svn.sourceforge.net/libyahoo2/?rev=388&view=rev
Author: siddheshp
Date: 2010-09-19 15:31:25 +0000 (Sun, 19 Sep 2010)
Log Message:
-----------
Move ext_yahoo_chat_verify callback to the end of the structure to
maintain backward ABI compatibility.
Modified Paths:
--------------
trunk/libyahoo2/src/yahoo2_callbacks.h
Modified: trunk/libyahoo2/src/yahoo2_callbacks.h
===================================================================
--- trunk/libyahoo2/src/yahoo2_callbacks.h 2010-09-14 19:22:31 UTC (rev 387)
+++ trunk/libyahoo2/src/yahoo2_callbacks.h 2010-09-19 15:31:25 UTC (rev 388)
@@ -237,15 +237,6 @@
const char *me, const char *who, const char *room);
/**
- * Captcha image verification. This event occurs after you request to log into a chat room
- * using yahoo_chat_room_logon
- *
- * @param url Rhe URL of the image for verification
- * @param[out] vcode Fill in the response to the captcha here
- */
- void YAHOO_CALLBACK_TYPE(ext_yahoo_chat_verify) (const char *url, char *vcode);
-
-/**
* An xml dump of the chat room categories. This is deprecated and hence may not make it
* to a future version of libyahoo2. The xml dump is protocol specific and could change
* when Yahoo modifies their chat protocol.
@@ -727,6 +718,15 @@
const char *me, const char *who, const char *old_group,
const char *new_group);
+/**
+ * Captcha image verification. This event occurs after you request to log into a chat room
+ * using yahoo_chat_room_logon
+ *
+ * @param url Rhe URL of the image for verification
+ * @param[out] vcode Fill in the response to the captcha here
+ */
+ void YAHOO_CALLBACK_TYPE(ext_yahoo_chat_verify) (const char *url, char *vcode);
+
};
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|