libpurple/protocols/jabber/caps.h

changeset 39819
3554dac2991b
parent 39556
622bf98df0ac
child 41084
72d6941bfa2e
--- a/libpurple/protocols/jabber/caps.h	Tue Aug 06 19:57:33 2019 -0400
+++ b/libpurple/protocols/jabber/caps.h	Tue Sep 10 00:06:36 2019 -0400
@@ -21,8 +21,8 @@
  *
  */
 
-#ifndef PURPLE_JABBER_CAPS_H_
-#define PURPLE_JABBER_CAPS_H_
+#ifndef PURPLE_JABBER_CAPS_H
+#define PURPLE_JABBER_CAPS_H
 
 typedef struct _JabberCapsClientInfo JabberCapsClientInfo;
 
@@ -127,4 +127,4 @@
  */
 JabberCapsClientInfo *jabber_caps_parse_client_info(PurpleXmlNode *query);
 
-#endif /* PURPLE_JABBER_CAPS_H_ */
+#endif /* PURPLE_JABBER_CAPS_H */

mercurial