comparison src/protocols/msn/httpconn.h @ 13951:614c56622453

[gaim-migrate @ 16496] Rename gaim_buffer.c and .h to circbuffer.c and .h committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 16 Jul 2006 19:08:31 +0000
parents 3ae8a3935406
children e149556f7569
comparison
equal deleted inserted replaced
13950:da767c69d8b7 13951:614c56622453
24 #ifndef _MSN_HTTPCONN_H_ 24 #ifndef _MSN_HTTPCONN_H_
25 #define _MSN_HTTPCONN_H_ 25 #define _MSN_HTTPCONN_H_
26 26
27 typedef struct _MsnHttpConn MsnHttpConn; 27 typedef struct _MsnHttpConn MsnHttpConn;
28 28
29 #include "circbuffer.h"
29 #include "servconn.h" 30 #include "servconn.h"
30 #include "gaim_buffer.h"
31 31
32 /** 32 /**
33 * An HTTP Connection. 33 * An HTTP Connection.
34 */ 34 */
35 struct _MsnHttpConn 35 struct _MsnHttpConn