libpurple/protocols/facebook/http.h

changeset 39819
3554dac2991b
parent 37473
9fd3018c170f
child 40029
70a9571132e4
--- a/libpurple/protocols/facebook/http.h	Tue Aug 06 19:57:33 2019 -0400
+++ b/libpurple/protocols/facebook/http.h	Tue Sep 10 00:06:36 2019 -0400
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 
-#ifndef _FACEBOOK_HTTP_H_
-#define _FACEBOOK_HTTP_H_
+#ifndef PURPLE_FACEBOOK_HTTP_H
+#define PURPLE_FACEBOOK_HTTP_H
 
 /**
  * SECTION:http
@@ -368,4 +368,4 @@
 gboolean
 fb_http_urlcmp(const gchar *url1, const gchar *url2, gboolean protocol);
 
-#endif /* _FACEBOOK_HTTP_H_ */
+#endif /* PURPLE_FACEBOOK_HTTP_H */

mercurial