summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/relay/relay-client.h')
-rw-r--r--src/plugins/relay/relay-client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/relay/relay-client.h b/src/plugins/relay/relay-client.h
index 148e6aeec..017c712ea 100644
--- a/src/plugins/relay/relay-client.h
+++ b/src/plugins/relay/relay-client.h
@@ -17,8 +17,8 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __WEECHAT_RELAY_CLIENT_H
-#define __WEECHAT_RELAY_CLIENT_H 1
+#ifndef WEECHAT_RELAY_CLIENT_H
+#define WEECHAT_RELAY_CLIENT_H 1
#ifdef HAVE_GNUTLS
#include <gnutls/gnutls.h>
@@ -132,4 +132,4 @@ extern int relay_client_add_to_infolist (struct t_infolist *infolist,
struct t_relay_client *client);
extern void relay_client_print_log ();
-#endif /* __WEECHAT_RELAY_CLIENT_H */
+#endif /* WEECHAT_RELAY_CLIENT_H */