Mercurial > pidgin
diff libpurple/protocols/msn/command.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 | e473291375b4 |
| children | f6b2412e4351 |
line wrap: on
line diff
--- a/libpurple/protocols/msn/command.h Fri Feb 05 14:40:39 2010 +0000 +++ b/libpurple/protocols/msn/command.h Fri Feb 05 22:49:11 2010 +0000 @@ -21,8 +21,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _MSN_COMMAND_H -#define _MSN_COMMAND_H +#ifndef MSN_COMMAND_H +#define MSN_COMMAND_H typedef struct _MsnCommand MsnCommand; @@ -59,4 +59,4 @@ MsnCommand *msn_command_ref(MsnCommand *cmd); MsnCommand *msn_command_unref(MsnCommand *cmd); -#endif /* _MSN_COMMAND_H */ +#endif /* MSN_COMMAND_H */
