comparison src/protocols/msn/msn-utils.h @ 19794:b22d13f55232

[gaim-migrate @ 16684] change the code of SOAP Action,Now using a stupid way to do the soap, wish to implement it in a clean way! borrow a strptime to parse the timestamp received from MSN Server. committed by MaYuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Thu, 10 Aug 2006 04:38:13 +0000
parents 852b32710df0
children a8d00b8dae40
comparison
equal deleted inserted replaced
19793:1b48fbbd0e61 19794:b22d13f55232
48 48
49 void msn_parse_socket(const char *str, char **ret_host, int *ret_port); 49 void msn_parse_socket(const char *str, char **ret_host, int *ret_port);
50 void msn_handle_chl(char *input, char *output); 50 void msn_handle_chl(char *input, char *output);
51 int isBigEndian(void); 51 int isBigEndian(void);
52 unsigned int swapInt(unsigned int dw); 52 unsigned int swapInt(unsigned int dw);
53 char * msn_strptime (const char *buf,const char *format,struct tm *tm);
53 54
54 55
55 #endif /* _MSN_UTILS_H_ */ 56 #endif /* _MSN_UTILS_H_ */