summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-info.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-19 10:39:13 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-19 10:39:13 +0100
commit9b380a935b9fe07daf7e1e1f0ad12a41519bb10c (patch)
treee51f291fdb9b80d4f2d39abaacb8705e5c987e9c /src/plugins/relay/relay-info.h
parentbc96d2f1ec4bcba58aab03042a9266842a42cfcb (diff)
downloadweechat-9b380a935b9fe07daf7e1e1f0ad12a41519bb10c.zip
core: fix use of reserved C identifiers in headers (closes #31)
Diffstat (limited to 'src/plugins/relay/relay-info.h')
-rw-r--r--src/plugins/relay/relay-info.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/relay/relay-info.h b/src/plugins/relay/relay-info.h
index 8e4620d23..c3fdfb2fd 100644
--- a/src/plugins/relay/relay-info.h
+++ b/src/plugins/relay/relay-info.h
@@ -17,9 +17,9 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __WEECHAT_RELAY_INFO_H
-#define __WEECHAT_RELAY_INFO_H 1
+#ifndef WEECHAT_RELAY_INFO_H
+#define WEECHAT_RELAY_INFO_H 1
extern void relay_info_init ();
-#endif /* __WEECHAT_RELAY_INFO_H */
+#endif /* WEECHAT_RELAY_INFO_H */