comparison src/protocols/msn/history.h @ 9860:65b3156f9f48

[gaim-migrate @ 10739] (21:34:57) shx: and after applying the on of the memleak... (21:35:15) shx: patch to auto update msn buddy icons committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 25 Aug 2004 01:43:54 +0000
parents ab6636c5a136
children
comparison
equal deleted inserted replaced
9859:42f6b69c9d8e 9860:65b3156f9f48
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 */ 23 */
24 #ifndef _MSN_HISTORY_H 24 #ifndef _MSN_HISTORY_H
25 #define _MSN_HISTORY_H 25 #define _MSN_HISTORY_H
26 26
27 #define MSN_HIST_ELEMS 8 27 #define MSN_HIST_ELEMS 0x30
28 28
29 typedef struct _MsnHistory MsnHistory; 29 typedef struct _MsnHistory MsnHistory;
30 30
31 #include "transaction.h" 31 #include "transaction.h"
32 32