Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/protocols/msn/error.h Thu Jan 06 23:11:12 2005 +0000 +++ b/src/protocols/msn/error.h Fri Jan 07 02:48:33 2005 +0000 @@ -24,18 +24,6 @@ #ifndef _MSN_ERROR_H_ #define _MSN_ERROR_H_ -typedef enum -{ - MSN_ERROR_NONE, - MSN_ERROR_MISC, - MSN_ERROR_CONNECT, - MSN_ERROR_WRITE, - MSN_ERROR_READ, - MSN_ERROR_SIGNOTHER, - MSN_ERROR_SERVDOWN - -} MsnErrorType; - #include "session.h" /**
