comparison src/protocols/msn/msn.h @ 6832:f03c0085c424

[gaim-migrate @ 7377] Removed the g_free wrapper from MSN. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 14 Sep 2003 03:26:27 +0000
parents 1cfbb731aa1f
children 3a48ade4f510
comparison
equal deleted inserted replaced
6831:a372cf34387e 6832:f03c0085c424
48 # include "stdint.h" 48 # include "stdint.h"
49 #endif 49 #endif
50 50
51 #define MSN_BUF_LEN 8192 51 #define MSN_BUF_LEN 8192
52 52
53 void msn_free(void *ptr, const char *filename, int line);
54
55 #define g_free(x) msn_free((x), __FILE__, __LINE__)
56
57 #define USEROPT_MSNSERVER 3 53 #define USEROPT_MSNSERVER 3
58 #define MSN_SERVER "messenger.hotmail.com" 54 #define MSN_SERVER "messenger.hotmail.com"
59 #define USEROPT_MSNPORT 4 55 #define USEROPT_MSNPORT 4
60 #define MSN_PORT 1863 56 #define MSN_PORT 1863
61 57