comparison src/protocols/msn/utils.h @ 9193:502707ca1836

[gaim-migrate @ 9988] Patch by Felipe Contreras to add MSN file transfer and buddy icons. Please test and report any bugs! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 06 Jun 2004 02:39:08 +0000
parents 1d5e31e518fc
children ab6636c5a136
comparison
equal deleted inserted replaced
9192:5655dcd94d0f 9193:502707ca1836
42 * 42 *
43 * @return The new message. 43 * @return The new message.
44 */ 44 */
45 void msn_import_html(const char *html, char **attributes, char **message); 45 void msn_import_html(const char *html, char **attributes, char **message);
46 46
47 void msn_parse_socket(const char *str, char **ret_host, int *ret_port);
48
47 #endif /* _MSN_UTILS_H_ */ 49 #endif /* _MSN_UTILS_H_ */