Mercurial > pidgin
diff libpurple/protocols/jabber/google.h @ 26480:0c8d41f5caa0
Standardize the header file sentinels to PURPLE_JABBER_[BLAH]_H
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 05 Apr 2009 19:16:14 +0000 |
parents | cd1f3a1750a1 |
children | 5767b7698c73 |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/google.h Sun Apr 05 19:14:19 2009 +0000 +++ b/libpurple/protocols/jabber/google.h Sun Apr 05 19:16:14 2009 +0000 @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _PURPLE_GOOGLE_H_ -#define _PURPLE_GOOGLE_H_ +#ifndef _PURPLE_JABBER_GOOGLE_H_ +#define _PURPLE_JABBER_GOOGLE_H_ /* This is a place for Google Talk-specific XMPP extensions to live * such that they don't intermingle with code for the XMPP RFCs and XEPs :) */ @@ -58,4 +58,4 @@ xmlnode *child); void jabber_google_send_jingle_info(JabberStream *js); -#endif /* _PURPLE_GOOGLE_H_ */ +#endif /* _PURPLE_JABBER_GOOGLE_H_ */