comparison libpurple/protocols/msn/slpcall.c @ 31272:25a8e3ad7e30

Remove this prototipe and make the function static since it is not exposed anymore.
author masca@cpw.pidgin.im
date Tue, 29 Jun 2010 22:25:24 +0000
parents b0c8b85265b4
children 7b1b7a4e0bb4
comparison
equal deleted inserted replaced
31271:b0c8b85265b4 31272:25a8e3ad7e30
923 } 923 }
924 924
925 slpcall->wasted = TRUE; 925 slpcall->wasted = TRUE;
926 } 926 }
927 927
928 MsnSlpCall * 928 static MsnSlpCall *
929 msn_slp_sip_recv(MsnSlpLink *slplink, const char *body) 929 msn_slp_sip_recv(MsnSlpLink *slplink, const char *body)
930 { 930 {
931 MsnSlpCall *slpcall; 931 MsnSlpCall *slpcall;
932 932
933 if (body == NULL) 933 if (body == NULL)