summaryrefslogtreecommitdiff
path: root/libpurple/protocols.h
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2019-07-03 00:21:33 -0400
committerElliott Sales de Andrade <qulogic@pidgin.im>2019-07-03 00:21:33 -0400
commit281bfd4879cbc05b31bcc9301d6e6792553489cb (patch)
tree6529ad09417ee7a0798a685e5626c42e29ce670f /libpurple/protocols.h
parentc09ae6dac53f2d9cd0ee498bcb7cc8e66329123c (diff)
downloadpidgin-281bfd4879cbc05b31bcc9301d6e6792553489cb.tar.gz
Fix libpurple header guards using reserved names.
Diffstat (limited to 'libpurple/protocols.h')
-rw-r--r--libpurple/protocols.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpurple/protocols.h b/libpurple/protocols.h
index eb01f627ae..86be58a449 100644
--- a/libpurple/protocols.h
+++ b/libpurple/protocols.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef _PURPLE_PROTOCOLS_H_
-#define _PURPLE_PROTOCOLS_H_
+#ifndef PURPLE_PROTOCOLS_H
+#define PURPLE_PROTOCOLS_H
/**
* SECTION:protocols
* @section_id: libpurple-protocols
@@ -454,4 +454,4 @@ void purple_protocols_uninit(void);
G_END_DECLS
-#endif /* _PROTOCOLS_H_ */
+#endif /* PURPLE_PROTOCOLS_H */