libpurple/protocols/zephyr/error_table.h

changeset 39819
3554dac2991b
parent 15435
4b933b06d75e
--- a/libpurple/protocols/zephyr/error_table.h	Tue Aug 06 19:57:33 2019 -0400
+++ b/libpurple/protocols/zephyr/error_table.h	Tue Sep 10 00:06:36 2019 -0400
@@ -5,7 +5,9 @@
  * For copyright info, see mit-sipb-copyright.h.
  */
 
-#ifndef _ET_H
+#ifndef PURPLE_ZEPHYR_ERROR_TABLE_H
+#define PURPLE_ZEPHYR_ERROR_TABLE_H
+
 struct error_table {
     char const * const * msgs;
     long base;
@@ -21,5 +23,5 @@
 #define	BITS_PER_CHAR	6	/* # bits to shift per character in name */
 
 const char *error_table_name(void);
-#define _ET_H
-#endif
+
+#endif /* PURPLE_ZEPHYR_ERROR_TABLE_H */

mercurial