# HG changeset patch # User Elliott Sales de Andrade # Date 1213428362 0 # Node ID 9a53c441f8c1fb9a0e855f2219c0c5c16ac508c3 # Parent 2338f36b41adb3ffc38ec43dfd26f89adcc27fd9 Fix up some changes that Mark did, that I didn't apply when merging. applied changes from 65012bf933f97f6ea1276b5082629c00cf6b0135 through fbb2c447353ac003d5a2f8b37513903eee9edcec diff -r 2338f36b41ad -r 9a53c441f8c1 libpurple/protocols/msn/notification.c --- a/libpurple/protocols/msn/notification.c Sat Jun 07 08:03:56 2008 +0000 +++ b/libpurple/protocols/msn/notification.c Sat Jun 14 07:26:02 2008 +0000 @@ -35,15 +35,6 @@ static MsnTable *cbs_table; -/**************************************************************************** - * Local Function Prototype - ****************************************************************************/ - -static void msn_notification_post_adl(MsnCmdProc *cmdproc, const char *payload, int payload_len); -static void -msn_add_contact_xml(MsnSession *session, xmlnode *mlNode,const char *passport, - MsnListOp list_op, MsnUserType type); - /************************************************************************** * Main **************************************************************************/