summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2009-04-05 19:16:14 +0000
committerPaul Aurich <darkrain42@pidgin.im>2009-04-05 19:16:14 +0000
commit4166b3b4676d1498b8801eade7e70dd5f1a99ca9 (patch)
tree886aaeb18af84b214c970c918ca593ca7b5a6ec1
parentb1bf353afa13cb4a0d10dce771f37d14e15cc5d2 (diff)
downloadpidgin-4166b3b4676d1498b8801eade7e70dd5f1a99ca9.tar.gz
Standardize the header file sentinels to PURPLE_JABBER_[BLAH]_H
-rw-r--r--libpurple/protocols/jabber/google.h6
-rw-r--r--libpurple/protocols/jabber/jingle/content.h6
-rw-r--r--libpurple/protocols/jabber/jingle/iceudp.h6
-rw-r--r--libpurple/protocols/jabber/jingle/jingle.h6
-rw-r--r--libpurple/protocols/jabber/jingle/rawudp.h6
-rw-r--r--libpurple/protocols/jabber/jingle/rtp.h6
-rw-r--r--libpurple/protocols/jabber/jingle/session.h6
-rw-r--r--libpurple/protocols/jabber/jingle/transport.h6
8 files changed, 24 insertions, 24 deletions
diff --git a/libpurple/protocols/jabber/google.h b/libpurple/protocols/jabber/google.h
index 4f19d18cfe..3fd1d5aa6c 100644
--- a/libpurple/protocols/jabber/google.h
+++ b/libpurple/protocols/jabber/google.h
@@ -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 @@ void jabber_google_handle_jingle_info(JabberStream *js, const char *from,
xmlnode *child);
void jabber_google_send_jingle_info(JabberStream *js);
-#endif /* _PURPLE_GOOGLE_H_ */
+#endif /* _PURPLE_JABBER_GOOGLE_H_ */
diff --git a/libpurple/protocols/jabber/jingle/content.h b/libpurple/protocols/jabber/jingle/content.h
index 6a19cb864c..bb23be01f1 100644
--- a/libpurple/protocols/jabber/jingle/content.h
+++ b/libpurple/protocols/jabber/jingle/content.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef JINGLE_CONTENT_H
-#define JINGLE_CONTENT_H
+#ifndef PURPLE_JABBER_JINGLE_CONTENT_H
+#define PURPLE_JABBER_JINGLE_CONTENT_H
#include "jabber.h"
@@ -113,5 +113,5 @@ void jingle_content_handle_action(JingleContent *content, xmlnode *xmlcontent, J
G_END_DECLS
-#endif /* JINGLE_CONTENT_H */
+#endif /* PURPLE_JABBER_JINGLE_CONTENT_H */
diff --git a/libpurple/protocols/jabber/jingle/iceudp.h b/libpurple/protocols/jabber/jingle/iceudp.h
index 51128f9a40..bf3b961f37 100644
--- a/libpurple/protocols/jabber/jingle/iceudp.h
+++ b/libpurple/protocols/jabber/jingle/iceudp.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef JINGLE_ICEUDP_H
-#define JINGLE_ICEUDP_H
+#ifndef PURPLE_JABBER_JINGLE_ICEUDP_H
+#define PURPLE_JABBER_JINGLE_ICEUDP_H
#include <glib.h>
#include <glib-object.h>
@@ -110,5 +110,5 @@ GList *jingle_iceudp_get_remote_candidates(JingleIceUdp *iceudp);
G_END_DECLS
-#endif /* JINGLE_ICEUDP_H */
+#endif /* PURPLE_JABBER_JINGLE_ICEUDP_H */
diff --git a/libpurple/protocols/jabber/jingle/jingle.h b/libpurple/protocols/jabber/jingle/jingle.h
index df706029b0..cb3d3e9ad8 100644
--- a/libpurple/protocols/jabber/jingle/jingle.h
+++ b/libpurple/protocols/jabber/jingle/jingle.h
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA
*/
-#ifndef JINGLE_H
-#define JINGLE_H
+#ifndef PURPLE_JABBER_JINGLE_H
+#define PURPLE_JABBER_JINGLE_H
#include "jabber.h"
@@ -84,4 +84,4 @@ GParameter *jingle_get_params(JabberStream *js, guint *num_params);
G_END_DECLS
-#endif /* JINGLE_H */
+#endif /* PURPLE_JABBER_JINGLE_H */
diff --git a/libpurple/protocols/jabber/jingle/rawudp.h b/libpurple/protocols/jabber/jingle/rawudp.h
index d86ea39c27..99135cc384 100644
--- a/libpurple/protocols/jabber/jingle/rawudp.h
+++ b/libpurple/protocols/jabber/jingle/rawudp.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef JINGLE_RAWUDP_H
-#define JINGLE_RAWUDP_H
+#ifndef PURPLE_JABBER_JINGLE_RAWUDP_H
+#define PURPLE_JABBER_JINGLE_RAWUDP_H
#include <glib.h>
#include <glib-object.h>
@@ -97,5 +97,5 @@ GList *jingle_rawudp_get_remote_candidates(JingleRawUdp *rawudp);
G_END_DECLS
-#endif /* JINGLE_RAWUDP_H */
+#endif /* PURPLE_JABBER_JINGLE_RAWUDP_H */
diff --git a/libpurple/protocols/jabber/jingle/rtp.h b/libpurple/protocols/jabber/jingle/rtp.h
index be0716b3f5..db21706f45 100644
--- a/libpurple/protocols/jabber/jingle/rtp.h
+++ b/libpurple/protocols/jabber/jingle/rtp.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef JINGLE_RTP_H
-#define JINGLE_RTP_H
+#ifndef PURPLE_JABBER_JINGLE_RTP_H
+#define PURPLE_JABBER_JINGLE_RTP_H
#include "config.h"
@@ -88,5 +88,5 @@ G_END_DECLS
#endif /* USE_VV */
-#endif /* JINGLE_RTP_H */
+#endif /* PURPLE_JABBER_JINGLE_RTP_H */
diff --git a/libpurple/protocols/jabber/jingle/session.h b/libpurple/protocols/jabber/jingle/session.h
index 7a0b064343..15c90fda98 100644
--- a/libpurple/protocols/jabber/jingle/session.h
+++ b/libpurple/protocols/jabber/jingle/session.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef JINGLE_SESSION_H
-#define JINGLE_SESSION_H
+#ifndef PURPLE_JABBER_JINGLE_SESSION_H
+#define PURPLE_JABBER_JINGLE_SESSION_H
#include "iq.h"
#include "jabber.h"
@@ -111,5 +111,5 @@ JabberIq *jingle_session_redirect_packet(JingleSession *session, const gchar *si
G_END_DECLS
-#endif /* JINGLE_SESSION_H */
+#endif /* PURPLE_JABBER_JINGLE_SESSION_H */
diff --git a/libpurple/protocols/jabber/jingle/transport.h b/libpurple/protocols/jabber/jingle/transport.h
index a11a68cd2a..6b00d06a35 100644
--- a/libpurple/protocols/jabber/jingle/transport.h
+++ b/libpurple/protocols/jabber/jingle/transport.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef JINGLE_TRANSPORT_H
-#define JINGLE_TRANSPORT_H
+#ifndef PURPLE_JABBER_JINGLE_TRANSPORT_H
+#define PURPLE_JABBER_JINGLE_TRANSPORT_H
#include <glib.h>
#include <glib-object.h>
@@ -84,5 +84,5 @@ xmlnode *jingle_transport_to_xml(JingleTransport *transport, xmlnode *content, J
G_END_DECLS
-#endif /* JINGLE_TRANSPORT_H */
+#endif /* PURPLE_JABBER_JINGLE_TRANSPORT_H */