diff 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
line wrap: on
line diff
--- a/src/protocols/msn/utils.h	Sun Jun 06 02:16:08 2004 +0000
+++ b/src/protocols/msn/utils.h	Sun Jun 06 02:39:08 2004 +0000
@@ -44,4 +44,6 @@
  */
 void msn_import_html(const char *html, char **attributes, char **message);
 
+void msn_parse_socket(const char *str, char **ret_host, int *ret_port);
+
 #endif /* _MSN_UTILS_H_ */