comparison libpurple/protocols/msn/httpconn.h @ 28983:462cb893521b

Minor header file cleanup. Mostly I wanted to move some enums above some #includes
author Mark Doliner <mark@kingant.net>
date Fri, 05 Feb 2010 22:49:11 +0000
parents 84807b5e60fa
children e8e4c4207d30
comparison
equal deleted inserted replaced
28982:791606778223 28983:462cb893521b
19 * 19 *
20 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
23 */ 23 */
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 "circbuffer.h"
30 #include "servconn.h" 30 #include "servconn.h"
106 * 106 *
107 * @param httpconn The HTTP connection object. 107 * @param httpconn The HTTP connection object.
108 */ 108 */
109 void msn_httpconn_disconnect(MsnHttpConn *httpconn); 109 void msn_httpconn_disconnect(MsnHttpConn *httpconn);
110 110
111 #endif /* _MSN_HTTPCONN_H_ */ 111 #endif /* MSN_HTTPCONN_H */