changeset 28425:208f4d20ac5d

merge of '34ceac72c21973ff539a829c2f570c0670c18ec4' and '356e48ac981726c10517f85059ac9f29e3e1bea4'
author Paul Aurich <paul@darkrain42.org>
date Sun, 23 Aug 2009 02:11:21 +0000
parents 74ce58c7bc30 (current diff) af9b9196d68d (diff)
children c51d9e31ec22 e2c8fe39a2f1
files
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/PLUGIN_HOWTO	Sun Aug 23 02:10:43 2009 +0000
+++ b/PLUGIN_HOWTO	Sun Aug 23 02:11:21 2009 +0000
@@ -1,6 +1,6 @@
 For information on writing a plugin for Purple, Pidgin or Finch, go
-http://developer.pidgin.im and click on API.  From there, see the HOWTOs in the
-"Related Pages" section.
+http://developer.pidgin.im and click on API.  From there, see the
+HOWTOs in the "Related Pages" section.
 
 You can also generate this documentation locally by installing
 doxygen and graphviz dot, then running "make docs" in the
--- a/libpurple/protocols/msn/cmdproc.h	Sun Aug 23 02:10:43 2009 +0000
+++ b/libpurple/protocols/msn/cmdproc.h	Sun Aug 23 02:11:21 2009 +0000
@@ -71,6 +71,4 @@
 void msn_cmdproc_process_payload(MsnCmdProc *cmdproc,
 								 char *payload, int payload_len);
 
-void msn_cmdproc_disconnect(MsnCmdProc *cmdproc);
-
 #endif /* _MSN_CMDPROC_H_ */