comparison libgaim/protocols/msn/oim.c @ 20392:9ba7dee775e1

The first msn-p13-merge-head.diff.gz from SF Patch #1621854 from Ka-Hing Cheung. "uploaded a diff, this diff is unchanged from the last tarball that I previously uploaded, except that it's against HEAD. This should be a little easier for most people." (This was apparently msn-p13-merge-head.diff, which SourceForge didn't allow to be uploaded.) PLUS "Updated the diff with basically no change, except with simom's icon fix. The previous diff was broken because some of the files were not added"
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 03:01:41 +0000
parents 0b0ecee55091
children
comparison
equal deleted inserted replaced
20391:0b0ecee55091 20392:9ba7dee775e1
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 */ 25 */
26 #include "msn.h" 26 #include "msn.h"
27 #include "soap.h" 27 #include "soap.h"
28 #include "oim.h" 28 #include "oim.h"
29 #include "msn-utils.h" 29 #include "msnutils.h"
30 30
31 /*Local Function Prototype*/ 31 /*Local Function Prototype*/
32 static void msn_oim_post_single_get_msg(MsnOim *oim,const char *msgid); 32 static void msn_oim_post_single_get_msg(MsnOim *oim,const char *msgid);
33 static MsnOimSendReq *msn_oim_new_send_req(const char *from_member, 33 static MsnOimSendReq *msn_oim_new_send_req(const char *from_member,
34 const char *friendname, 34 const char *friendname,