comparison libpurple/protocols/msn/servconn.h @ 25237:401f548e3544

propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f) to branch 'org.darkrain42.pidgin.buddy-add' (head 6831808999a270f8c1a128c7430a73d3dc0bfae2)
author Paul Aurich <paul@darkrain42.org>
date Sun, 21 Dec 2008 18:32:37 +0000
parents d8452c0bec7b
children 4fb5e292de75
comparison
equal deleted inserted replaced
25172:125cac3e24ee 25237:401f548e3544
38 typedef enum 38 typedef enum
39 { 39 {
40 MSN_SERVCONN_ERROR_NONE, 40 MSN_SERVCONN_ERROR_NONE,
41 MSN_SERVCONN_ERROR_CONNECT, 41 MSN_SERVCONN_ERROR_CONNECT,
42 MSN_SERVCONN_ERROR_WRITE, 42 MSN_SERVCONN_ERROR_WRITE,
43 MSN_SERVCONN_ERROR_READ, 43 MSN_SERVCONN_ERROR_READ
44 44
45 } MsnServConnError; 45 } MsnServConnError;
46 46
47 /** 47 /**
48 * Connection types. 48 * Connection types.