src/protocols/oscar/aim_cbtypes.h

changeset 4826
ce211ce6a336
parent 4819
3a2d064c99d1
child 4827
77b48b018834
--- a/src/protocols/oscar/aim_cbtypes.h	Tue Mar 18 17:51:50 2003 +0000
+++ b/src/protocols/oscar/aim_cbtypes.h	Tue Mar 18 22:30:21 2003 +0000
@@ -291,7 +291,9 @@
 
 #define AIM_CB_OFT_GETFILE_REQUESTLISTING 0x1108 /* request a listing.txt file from the remote user */
 #define AIM_CB_OFT_GETFILE_SENDLISTING 0x1208	/* we're going to send a listing.txt file */
-#define AIM_CB_OFT_GETFILE_ACKLISTING 0x120b	/* we received the listing.txt file, yay */
+#define AIM_CB_OFT_GETFILE_RECEIVELISTING 0x1209 /* the other dude sent us a listing.txt file */
+#define AIM_CB_OFT_GETFILE_RECEIVEDLISTING 0x120a /* we received a listing.txt file, thanks */ /* I'm just guessting about this one... */
+#define AIM_CB_OFT_GETFILE_ACKLISTING 0x120b	/* other user received the listing.txt file, yay */
 #define AIM_CB_OFT_GETFILE_REQUESTFILE 0x120c	/* request a specific file from the remote user */
 
 #define AIM_CB_OFT_ESTABLISHED 0xFFFF		/* connection to buddy initiated */

mercurial