summaryrefslogtreecommitdiff
path: root/libpurple/server.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/server.h
parentc09ae6dac53f2d9cd0ee498bcb7cc8e66329123c (diff)
downloadpidgin-281bfd4879cbc05b31bcc9301d6e6792553489cb.tar.gz
Fix libpurple header guards using reserved names.
Diffstat (limited to 'libpurple/server.h')
-rw-r--r--libpurple/server.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/libpurple/server.h b/libpurple/server.h
index 36f6ef0ffe..a785459131 100644
--- a/libpurple/server.h
+++ b/libpurple/server.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef _PURPLE_SERVER_H_
-#define _PURPLE_SERVER_H_
+#ifndef PURPLE_SERVER_H
+#define PURPLE_SERVER_H
/**
* SECTION:server
* @section_id: libpurple-server
@@ -370,5 +370,4 @@ void purple_serv_send_file(PurpleConnection *gc, const char *who, const char *fi
G_END_DECLS
-#endif /* _PURPLE_SERVER_H_ */
-
+#endif /* PURPLE_SERVER_H */