comparison 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
comparison
equal deleted inserted replaced
19832:ef06a1fb425e 19833:54f287047d4e
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 */ 23 */
24 #include "msn.h" 24 #include "msn.h"
25 #include "command.h" 25 #include "command.h"
26
27 /*local Function prototype*/
28 int msn_get_payload_position(char *str);
29 int msn_set_payload_len(MsnCommand *cmd);
26 30
27 static gboolean 31 static gboolean
28 is_num(char *str) 32 is_num(char *str)
29 { 33 {
30 char *c; 34 char *c;