Mercurial > pidgin
comparison libpurple/protocols/msn/slpcall.c @ 30844:7b1b7a4e0bb4
Documetn P2P Application ID in a enum and use it instead of 'magic numbers'.
author | masca@cpw.pidgin.im |
---|---|
date | Mon, 05 Jul 2010 22:00:10 +0000 |
parents | 25a8e3ad7e30 |
children | 6814678f3c63 |
comparison
equal
deleted
inserted
replaced
30843:98cd0ea847ec | 30844:7b1b7a4e0bb4 |
---|---|
144 slpcall->started = TRUE; | 144 slpcall->started = TRUE; |
145 } | 145 } |
146 | 146 |
147 void | 147 void |
148 msn_slpcall_invite(MsnSlpCall *slpcall, const char *euf_guid, | 148 msn_slpcall_invite(MsnSlpCall *slpcall, const char *euf_guid, |
149 int app_id, const char *context) | 149 MsnP2PAppId app_id, const char *context) |
150 { | 150 { |
151 MsnSlpLink *slplink; | 151 MsnSlpLink *slplink; |
152 MsnSlpMessage *slpmsg; | 152 MsnSlpMessage *slpmsg; |
153 char *header; | 153 char *header; |
154 char *content; | 154 char *content; |