libpurple/protocols/gg/servconn.h

changeset 39819
3554dac2991b
parent 35145
01ef7274b440
child 39970
cc7d4ff5a205
--- a/libpurple/protocols/gg/servconn.h	Tue Aug 06 19:57:33 2019 -0400
+++ b/libpurple/protocols/gg/servconn.h	Tue Sep 10 00:06:36 2019 -0400
@@ -27,8 +27,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 
-#ifndef _GGP_SERVCONN_H
-#define _GGP_SERVCONN_H
+#ifndef PURPLE_GG_SERVCONN_H
+#define PURPLE_GG_SERVCONN_H
 
 #include <internal.h>
 #include <accountopt.h>
@@ -40,4 +40,4 @@
 GSList * ggp_servconn_get_servers(void);
 void ggp_servconn_remote_disconnect(PurpleConnection *gc);
 
-#endif /* _GGP_SERVCONN_H */
+#endif /* PURPLE_GG_SERVCONN_H */

mercurial