libpurple/protocols/oscar/peer.h

changeset 39819
3554dac2991b
parent 39669
bab07ecb9330
--- a/libpurple/protocols/oscar/peer.h	Tue Aug 06 19:57:33 2019 -0400
+++ b/libpurple/protocols/oscar/peer.h	Tue Sep 10 00:06:36 2019 -0400
@@ -22,8 +22,8 @@
  * OFT and ODC Services
  */
 
-#ifndef _PEER_H_
-#define _PEER_H_
+#ifndef PURPLE_OSCAR_PEER_H
+#define PURPLE_OSCAR_PEER_H
 
 #include "xfer.h"
 #include "network.h"
@@ -292,4 +292,4 @@
 void oscar_xfer_register(GTypeModule *module);
 PeerConnection *oscar_xfer_get_peer_connection(OscarXfer *xfer);
 
-#endif /* _PEER_H_ */
+#endif /* PURPLE_OSCAR_PEER_H */

mercurial