comparison src/protocols/msn/error.h @ 10481:bcfea6c3d5c9

[gaim-migrate @ 11769] Patch 1093958 from Felipe Contreras. It fixes stuff. I also made some tweaks to make valgrind a bit happier. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 07 Jan 2005 02:48:33 +0000
parents ab6636c5a136
children
comparison
equal deleted inserted replaced
10480:8e0a91d11362 10481:bcfea6c3d5c9
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_ERROR_H_ 24 #ifndef _MSN_ERROR_H_
25 #define _MSN_ERROR_H_ 25 #define _MSN_ERROR_H_
26 26
27 typedef enum
28 {
29 MSN_ERROR_NONE,
30 MSN_ERROR_MISC,
31 MSN_ERROR_CONNECT,
32 MSN_ERROR_WRITE,
33 MSN_ERROR_READ,
34 MSN_ERROR_SIGNOTHER,
35 MSN_ERROR_SERVDOWN
36
37 } MsnErrorType;
38
39 #include "session.h" 27 #include "session.h"
40 28
41 /** 29 /**
42 * Returns the string representation of an error type. 30 * Returns the string representation of an error type.
43 * 31 *