libpurple/protocols/jabber/ping.h

changeset 39819
3554dac2991b
parent 34935
686fa55b0deb
child 40358
e6fe6fc1f516
--- a/libpurple/protocols/jabber/ping.h	Tue Aug 06 19:57:33 2019 -0400
+++ b/libpurple/protocols/jabber/ping.h	Tue Sep 10 00:06:36 2019 -0400
@@ -21,8 +21,9 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
-#ifndef PURPLE_JABBER_PING_H_
-#define PURPLE_JABBER_PING_H_
+
+#ifndef PURPLE_JABBER_PING_H
+#define PURPLE_JABBER_PING_H
 
 #include "jabber.h"
 #include "iq.h"
@@ -33,4 +34,4 @@
 gboolean jabber_ping_jid(JabberStream *js, const char *jid);
 void jabber_keepalive_ping(JabberStream *js);
 
-#endif /* PURPLE_JABBER_PING_H_ */
+#endif /* PURPLE_JABBER_PING_H */

mercurial