Mercurial > pidgin
diff src/protocols/msn/command.c @ 19833:54f287047d4e
[gaim-migrate @ 17138]
fix the bug of oim delete
committed by MaYuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
| author | Ma Yuan <mayuan2006@gmail.com> |
|---|---|
| date | Sun, 03 Sep 2006 14:42:38 +0000 |
| parents | 2315ee828b7c |
| children |
line wrap: on
line diff
--- a/src/protocols/msn/command.c Thu Aug 31 12:38:50 2006 +0000 +++ b/src/protocols/msn/command.c Sun Sep 03 14:42:38 2006 +0000 @@ -24,6 +24,10 @@ #include "msn.h" #include "command.h" +/*local Function prototype*/ +int msn_get_payload_position(char *str); +int msn_set_payload_len(MsnCommand *cmd); + static gboolean is_num(char *str) {
