comparison libpurple/protocols/msn/slp.c @ 30882:c0337902d62a

This function is now in slp.h, it doesnt need to be here.
author masca@cpw.pidgin.im
date Wed, 22 Sep 2010 20:58:43 +0000
parents 23be655cc688
children c20f67f37d2b
comparison
equal deleted inserted replaced
30881:7799bbe86dbe 30882:c0337902d62a
38 #include "xfer.h" 38 #include "xfer.h"
39 39
40 /* seconds to delay between sending buddy icon requests to the server. */ 40 /* seconds to delay between sending buddy icon requests to the server. */
41 #define BUDDY_ICON_DELAY 20 41 #define BUDDY_ICON_DELAY 20
42 42
43 static void request_user_display(MsnUser *user);
44
45 typedef struct { 43 typedef struct {
46 MsnSession *session; 44 MsnSession *session;
47 const char *remote_user; 45 const char *remote_user;
48 const char *sha1; 46 const char *sha1;
49 } MsnFetchUserDisplayData; 47 } MsnFetchUserDisplayData;