| 54 */ |
54 */ |
| 55 void msn_import_html(const char *html, char **attributes, char **message); |
55 void msn_import_html(const char *html, char **attributes, char **message); |
| 56 |
56 |
| 57 void msn_parse_socket(const char *str, char **ret_host, int *ret_port); |
57 void msn_parse_socket(const char *str, char **ret_host, int *ret_port); |
| 58 void msn_handle_chl(char *input, char *output); |
58 void msn_handle_chl(char *input, char *output); |
| 59 int isBigEndian(void); |
|
| 60 unsigned int swapInt(unsigned int dw); |
|
| 61 |
59 |
| 62 #endif /* _MSN_UTILS_H_ */ |
60 #endif /* _MSN_UTILS_H_ */ |