diff -r 01ab22c2baa9 -r b3c0c14c4c5e libpurple/protocols/jabber/google.h --- 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_ */