Mercurial > pidgin
changeset 30718:7913a4bf580c
We don't need to expose this function as it's only used locally.
author | masca@cpw.pidgin.im |
---|---|
date | Tue, 30 Mar 2010 00:10:03 +0000 |
parents | 2bdbf3fbd894 |
children | b5793b417705 |
files | libpurple/protocols/msn/state.c libpurple/protocols/msn/state.h |
diffstat | 2 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/state.c Fri Mar 26 00:43:51 2010 +0000 +++ b/libpurple/protocols/msn/state.c Tue Mar 30 00:10:03 2010 +0000 @@ -162,7 +162,7 @@ /* set the MSN's PSM info,Currently Read from the status Line * Thanks for Cris Code */ -void +static void msn_set_psm(MsnSession *session) { PurpleAccount *account;
--- a/libpurple/protocols/msn/state.h Fri Mar 26 00:43:51 2010 +0000 +++ b/libpurple/protocols/msn/state.h Tue Mar 30 00:10:03 2010 +0000 @@ -58,8 +58,6 @@ const char *msn_state_get_text(MsnAwayType state); -void msn_set_psm(MsnSession *session); - /* Get the CurrentMedia info from the XML node */ char *msn_get_currentmedia(xmlnode *payloadNode);