--- a/libpurple/protocols/simple/sipmsg.h Tue Aug 06 19:57:33 2019 -0400 +++ b/libpurple/protocols/simple/sipmsg.h Tue Sep 10 00:06:36 2019 -0400 @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#ifndef _PURPLE_SIPMSG_H -#define _PURPLE_SIPMSG_H +#ifndef PURPLE_SIMPLE_SIPMSG_H +#define PURPLE_SIMPLE_SIPMSG_H #include <glib.h> @@ -47,4 +47,5 @@ void sipmsg_remove_header(struct sipmsg *msg, const gchar *name); void sipmsg_print(const struct sipmsg *msg); char *sipmsg_to_string(const struct sipmsg *msg); -#endif /* _PURPLE_SIMPLE_H */ + +#endif /* PURPLE_SIMPLE_SIPMSG_H */