comparison libpurple/protocols/msn/error.h @ 29373: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 44b4e8bd759b
children b3b7b537284f
comparison
equal deleted inserted replaced
29372:791606778223 29373: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_ERROR_H_ 24 #ifndef MSN_ERROR_H
25 #define _MSN_ERROR_H_ 25 #define MSN_ERROR_H
26 26
27 #include "session.h" 27 #include "session.h"
28 28
29 /** 29 /**
30 * Returns the string representation of an error type. 30 * Returns the string representation of an error type.
42 * @param session The current session. 42 * @param session The current session.
43 * @param type The error type. 43 * @param type The error type.
44 */ 44 */
45 void msn_error_handle(MsnSession *session, unsigned int type); 45 void msn_error_handle(MsnSession *session, unsigned int type);
46 46
47 #endif /* _MSN_ERROR_H_ */ 47 #endif /* MSN_ERROR_H */