comparison src/protocols/msn/msnslp.h @ 6800:8f228a7d5076

[gaim-migrate @ 7340] Added what I have of MSNSLP in my tree. It's broken, and therefore disabled, but I need to get this out so I can do other stuff too, and have something to revert back to if I break something :) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 10 Sep 2003 00:24:48 +0000
parents 8efafdc38718
children ab80de7a74d1
comparison
equal deleted inserted replaced
6799:fac483a95584 6800:8f228a7d5076
86 * @param localUser The local user initiating the invite. 86 * @param localUser The local user initiating the invite.
87 * @param remoteUser The remote user the invite is sent to. 87 * @param remoteUser The remote user the invite is sent to.
88 * @param obj The MSNObject representing the user display info. 88 * @param obj The MSNObject representing the user display info.
89 */ 89 */
90 void msn_slp_session_request_user_display(MsnSlpSession *session, 90 void msn_slp_session_request_user_display(MsnSlpSession *session,
91 const MsnUser *localUser, 91 MsnUser *localUser,
92 const MsnUser *remoteUser, 92 MsnUser *remoteUser,
93 const MsnObject *obj); 93 const MsnObject *obj);
94 94
95 /** 95 /**
96 * Processes application/x-msnmsgrp2p messages. 96 * Processes application/x-msnmsgrp2p messages.
97 * 97 *