libpurple/protocols/novell/nmrtf.h

changeset 39819
3554dac2991b
parent 19859
71d37b57eff2
--- a/libpurple/protocols/novell/nmrtf.h	Tue Aug 06 19:57:33 2019 -0400
+++ b/libpurple/protocols/novell/nmrtf.h	Tue Sep 10 00:06:36 2019 -0400
@@ -18,8 +18,8 @@
  *
  */
 
-#ifndef __NMRTF_H__
-#define __NMRTF_H__
+#ifndef PURPLE_NOVELL_NMRTF_H
+#define PURPLE_NOVELL_NMRTF_H
 
 typedef struct _NMRtfContext NMRtfContext;
 
@@ -27,4 +27,4 @@
 char *nm_rtf_strip_formatting(NMRtfContext *ctx, const char *input);
 void nm_rtf_deinit(NMRtfContext *ctx);
 
-#endif
+#endif /* PURPLE_NOVELL_NMRTF_H */

mercurial