diff src/protocols/msn/slp.h @ 9860:65b3156f9f48

[gaim-migrate @ 10739] (21:34:57) shx: and after applying the on of the memleak... (21:35:15) shx: patch to auto update msn buddy icons committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 25 Aug 2004 01:43:54 +0000
parents b030f83693da
children 1843023b8189
line wrap: on
line diff
--- a/src/protocols/msn/slp.h	Wed Aug 25 01:35:24 2004 +0000
+++ b/src/protocols/msn/slp.h	Wed Aug 25 01:43:54 2004 +0000
@@ -24,7 +24,7 @@
 #ifndef _MSN_SLP_H_
 #define _MSN_SLP_H_
 
-#define DEBUG_SLP 1
+/* #define DEBUG_SLP 1 */
 /* #define DEBUG_SLP_FILES 1 */
 
 #include "slpcall.h"
@@ -45,4 +45,6 @@
 void msn_xfer_cancel(GaimXfer *xfer);
 void msn_xfer_end_cb(MsnSlpCall *slpcall);
 
+void msn_queue_buddy_icon_request(MsnUser *user);
+
 #endif /* _MSN_SLP_H_ */