diff options
112 files changed, 117 insertions, 116 deletions
diff --git a/src/core/wee-backtrace.h b/src/core/wee-backtrace.h index 1c6fcb1a7..cb3ce237b 100644 --- a/src/core/wee-backtrace.h +++ b/src/core/wee-backtrace.h @@ -24,4 +24,4 @@ extern void weechat_backtrace (); -#endif /* wee-backtrace.h */ +#endif /* __WEECHAT_BACKTACE_H */ diff --git a/src/core/wee-command.h b/src/core/wee-command.h index 2045e92aa..b6487b7bc 100644 --- a/src/core/wee-command.h +++ b/src/core/wee-command.h @@ -50,4 +50,4 @@ extern void command_version_display (struct t_gui_buffer *buffer, int send_to_buffer_as_input, int translated_string); -#endif /* wee-command.h */ +#endif /* __WEECHAT_COMMAND_H */ diff --git a/src/core/wee-config-file.h b/src/core/wee-config-file.h index 2a251189d..1dd8a4e0a 100644 --- a/src/core/wee-config-file.h +++ b/src/core/wee-config-file.h @@ -252,4 +252,4 @@ extern int config_file_add_to_infolist (struct t_infolist *infolist, const char *option_name); extern void config_file_print_log (); -#endif /* wee-config-file.h */ +#endif /* __WEECHAT_CONFIG_FILE_H */ diff --git a/src/core/wee-config.h b/src/core/wee-config.h index 68d98c94f..f265030b8 100644 --- a/src/core/wee-config.h +++ b/src/core/wee-config.h @@ -203,4 +203,4 @@ extern int config_weechat_init (); extern int config_weechat_read (); extern int config_weechat_write (); -#endif /* wee-config.h */ +#endif /* __WEECHAT_CONFIG_H */ diff --git a/src/core/wee-debug.h b/src/core/wee-debug.h index c12f0c259..c3230d3bf 100644 --- a/src/core/wee-debug.h +++ b/src/core/wee-debug.h @@ -26,4 +26,4 @@ extern void debug_sigsegv (); extern void debug_windows_tree (); extern void debug_init (); -#endif /* wee-debug.h */ +#endif /* __WEECHAT_DEBUG_H */ diff --git a/src/core/wee-hook.h b/src/core/wee-hook.h index 5cd5deb2c..a286bac37 100644 --- a/src/core/wee-hook.h +++ b/src/core/wee-hook.h @@ -436,4 +436,4 @@ extern int hook_add_to_infolist (struct t_infolist *infolist, const char *type); extern void hook_print_log (); -#endif /* wee-hook.h */ +#endif /* __WEECHAT_HOOK_H */ diff --git a/src/core/wee-infolist.h b/src/core/wee-infolist.h index ee1fdf599..956949a20 100644 --- a/src/core/wee-infolist.h +++ b/src/core/wee-infolist.h @@ -102,4 +102,4 @@ extern time_t infolist_time (struct t_infolist *infolist, extern void infolist_free (struct t_infolist *infolist); extern void infolist_print_log (); -#endif /* wee-infolist.h */ +#endif /* __WEECHAT_INFOLIST_H */ diff --git a/src/core/wee-input.h b/src/core/wee-input.h index f267ac14e..83eb709a2 100644 --- a/src/core/wee-input.h +++ b/src/core/wee-input.h @@ -29,4 +29,4 @@ extern void input_exec_command (struct t_gui_buffer *buffer, const char *string); extern void input_data (struct t_gui_buffer *buffer, const char *data); -#endif /* wee-input.h */ +#endif /* __WEECHAT_INPUT_H */ diff --git a/src/core/wee-list.h b/src/core/wee-list.h index f7ca48447..7b8f60328 100644 --- a/src/core/wee-list.h +++ b/src/core/wee-list.h @@ -56,4 +56,4 @@ extern void weelist_remove_all (struct t_weelist *weelist); extern void weelist_free (struct t_weelist *weelist); extern void weelist_print_log (struct t_weelist *weelist, const char *name); -#endif /* wee-list.h */ +#endif /* __WEECHAT_LIST_H */ diff --git a/src/core/wee-log.h b/src/core/wee-log.h index 3e506eaf0..2b3ed67aa 100644 --- a/src/core/wee-log.h +++ b/src/core/wee-log.h @@ -29,4 +29,4 @@ extern void log_close (); extern void log_printf (const char *message, ...); extern int log_crash_rename (); -#endif /* wee-log.h */ +#endif /* __WEECHAT_LOG_H */ diff --git a/src/core/wee-network.h b/src/core/wee-network.h index ff7587f2b..722a35dd5 100644 --- a/src/core/wee-network.h +++ b/src/core/wee-network.h @@ -48,4 +48,4 @@ extern int network_connect_to (const char *proxy, int sock, unsigned long address, int port); extern void network_connect_with_fork (struct t_hook *hook_connect); -#endif /* wee-network.h */ +#endif /* __WEECHAT_NETWORK_H */ diff --git a/src/core/wee-proxy.h b/src/core/wee-proxy.h index 024e52d11..de9f54874 100644 --- a/src/core/wee-proxy.h +++ b/src/core/wee-proxy.h @@ -81,4 +81,4 @@ extern void proxy_free (struct t_proxy *proxy); extern void proxy_free_all (); extern void proxy_print_log (); -#endif /* wee-proxy.h */ +#endif /* __WEECHAT_PROXY_H */ diff --git a/src/core/wee-string.h b/src/core/wee-string.h index f0e7eb95e..d0d29dc05 100644 --- a/src/core/wee-string.h +++ b/src/core/wee-string.h @@ -62,4 +62,4 @@ extern int string_decode_base64 (const char *from, char *to); extern int string_is_command_char (const char *string); extern const char *string_input_for_buffer (const char *string); -#endif /* wee-string.h */ +#endif /* __WEECHAT_STRING_H */ diff --git a/src/core/wee-upgrade-file.h b/src/core/wee-upgrade-file.h index 51ba48d6e..255ba0894 100644 --- a/src/core/wee-upgrade-file.h +++ b/src/core/wee-upgrade-file.h @@ -63,4 +63,4 @@ extern int upgrade_file_read (struct t_upgrade_file *upgrade_file, void *callback_read_data); extern void upgrade_file_close (struct t_upgrade_file *upgrade_file); -#endif /* wee-upgrade-file.h */ +#endif /* __WEECHAT_UPGRADE_FILE_H */ diff --git a/src/core/wee-upgrade.h b/src/core/wee-upgrade.h index 5571c0de1..3c96779b2 100644 --- a/src/core/wee-upgrade.h +++ b/src/core/wee-upgrade.h @@ -40,4 +40,4 @@ int upgrade_weechat_save (); int upgrade_weechat_load (); void upgrade_weechat_remove_files (); -#endif /* wee-upgrade.h */ +#endif /* __WEECHAT_UPGRADE_H */ diff --git a/src/core/wee-utf8.h b/src/core/wee-utf8.h index c46791551..9454ebd6e 100644 --- a/src/core/wee-utf8.h +++ b/src/core/wee-utf8.h @@ -52,4 +52,4 @@ extern int utf8_real_pos (const char *string, int pos); extern int utf8_pos (const char *string, int real_pos); extern char *utf8_strndup (const char *string, int length); -#endif /* wee-utf8.h */ +#endif /* __WEECHAT_UTF8_H */ diff --git a/src/core/wee-util.h b/src/core/wee-util.h index 2c7b0db21..497e43aa2 100644 --- a/src/core/wee-util.h +++ b/src/core/wee-util.h @@ -37,4 +37,5 @@ extern char *util_search_full_lib_name (const char *filename, const char *sys_directory); extern char *util_file_get_content (const char *filename); extern int util_version_number (const char *version); -#endif /* wee-util.h */ + +#endif /* __WEECHAT_UTIL_H */ diff --git a/src/core/weechat.h b/src/core/weechat.h index 8ee3817b5..2328b377c 100644 --- a/src/core/weechat.h +++ b/src/core/weechat.h @@ -112,4 +112,4 @@ extern int weechat_plugin_no_dlclose; extern void weechat_shutdown (int return_code, int crash); -#endif /* weechat.h */ +#endif /* __WEECHAT_H */ diff --git a/src/gui/curses/gui-curses.h b/src/gui/curses/gui-curses.h index c0483b010..e826790cc 100644 --- a/src/gui/curses/gui-curses.h +++ b/src/gui/curses/gui-curses.h @@ -92,4 +92,4 @@ extern void gui_window_set_custom_color_bg (WINDOW *window, int bg); extern void gui_window_clrtoeol_with_current_bg (WINDOW *window); extern void gui_window_set_title (const char *title); -#endif /* gui-curses.h */ +#endif /* __WEECHAT_GUI_CURSES_H */ diff --git a/src/gui/gtk/gui-gtk.h b/src/gui/gtk/gui-gtk.h index edfc7dfb4..d9a5fa99c 100644 --- a/src/gui/gtk/gui-gtk.h +++ b/src/gui/gtk/gui-gtk.h @@ -107,4 +107,4 @@ extern void gui_keyboard_flush (); extern void gui_window_redraw_buffer (struct t_gui_buffer *buffer); extern void gui_window_set_title (const char *title); -#endif /* gui-gtk.h */ +#endif /* __WEECHAT_GUI_GTK_H */ diff --git a/src/gui/gui-bar-item.h b/src/gui/gui-bar-item.h index 14609dc02..3e194a448 100644 --- a/src/gui/gui-bar-item.h +++ b/src/gui/gui-bar-item.h @@ -96,4 +96,4 @@ extern int gui_bar_item_add_to_infolist (struct t_infolist *infolist, struct t_gui_bar_item *bar_item); extern void gui_bar_item_print_log (); -#endif /* gui-bar-item.h */ +#endif /* __WEECHAT_GUI_BAR_ITEM_H */ diff --git a/src/gui/gui-bar-window.h b/src/gui/gui-bar-window.h index f25d7fae2..b28f72990 100644 --- a/src/gui/gui-bar-window.h +++ b/src/gui/gui-bar-window.h @@ -85,4 +85,4 @@ extern void gui_bar_window_draw (struct t_gui_bar_window *bar_window, struct t_gui_window *window); extern void gui_bar_window_objects_print_log (struct t_gui_bar_window *bar_window); -#endif /* gui-bar-window.h */ +#endif /* __WEECHAT_GUI_BAR_WINDOW_H */ diff --git a/src/gui/gui-bar.h b/src/gui/gui-bar.h index 805edbfa9..1cae7b642 100644 --- a/src/gui/gui-bar.h +++ b/src/gui/gui-bar.h @@ -152,4 +152,4 @@ extern int gui_bar_add_to_infolist (struct t_infolist *infolist, struct t_gui_bar *bar); extern void gui_bar_print_log (); -#endif /* gui-bar.h */ +#endif /* __WEECHAT_GUI_BAR_H */ diff --git a/src/gui/gui-buffer.h b/src/gui/gui-buffer.h index d41125dab..32993c105 100644 --- a/src/gui/gui-buffer.h +++ b/src/gui/gui-buffer.h @@ -284,4 +284,4 @@ extern int gui_buffer_add_to_infolist (struct t_infolist *infolist, extern void gui_buffer_dump_hexa (struct t_gui_buffer *buffer); extern void gui_buffer_print_log (); -#endif /* gui-buffer.h */ +#endif /* __WEECHAT_GUI_BUFFER_H */ diff --git a/src/gui/gui-chat.h b/src/gui/gui-chat.h index 6e31924fd..545823527 100644 --- a/src/gui/gui-chat.h +++ b/src/gui/gui-chat.h @@ -86,4 +86,4 @@ extern void gui_chat_draw (struct t_gui_buffer *buffer, int erase); extern void gui_chat_draw_line (struct t_gui_buffer *buffer, struct t_gui_line *line); -#endif /* gui-chat.h */ +#endif /* __WEECHAT_GUI_CHAT_H */ diff --git a/src/gui/gui-color.h b/src/gui/gui-color.h index 1651a504a..4b0263591 100644 --- a/src/gui/gui-color.h +++ b/src/gui/gui-color.h @@ -142,4 +142,4 @@ extern const char *gui_color_get_name (int num_color); extern void gui_color_init_pairs (); extern void gui_color_init_weechat (); -#endif /* gui-color.h */ +#endif /* __WEECHAT_GUI_COLOR_H */ diff --git a/src/gui/gui-completion.h b/src/gui/gui-completion.h index e0dc956e5..7d75ccb1a 100644 --- a/src/gui/gui-completion.h +++ b/src/gui/gui-completion.h @@ -79,4 +79,4 @@ extern void gui_completion_search (struct t_gui_completion *completion, extern void gui_completion_print_log (struct t_gui_completion *completion); extern void gui_completion_init (); -#endif /* gui-completion.h */ +#endif /* __WEECHAT_GUI_COMPLETION_H */ diff --git a/src/gui/gui-filter.h b/src/gui/gui-filter.h index d8873727e..436ec2df4 100644 --- a/src/gui/gui-filter.h +++ b/src/gui/gui-filter.h @@ -75,4 +75,4 @@ extern int gui_filter_add_to_infolist (struct t_infolist *infolist, struct t_gui_filter *filter); extern void gui_filter_print_log (); -#endif /* gui-filter.h */ +#endif /* __WEECHAT_GUI_FILTER_H */ diff --git a/src/gui/gui-history.h b/src/gui/gui-history.h index 0f07f88a1..aaebbad82 100644 --- a/src/gui/gui-history.h +++ b/src/gui/gui-history.h @@ -42,4 +42,4 @@ extern void gui_history_buffer_free (struct t_gui_buffer *buffer); extern int gui_history_add_to_infolist (struct t_infolist *infolist, struct t_gui_history *history); -#endif /* gui-history.h */ +#endif /* __WEECHAT_GUI_HISTORY_H */ diff --git a/src/gui/gui-hotlist.h b/src/gui/gui-hotlist.h index 0256cdf5b..fa63591f8 100644 --- a/src/gui/gui-hotlist.h +++ b/src/gui/gui-hotlist.h @@ -57,4 +57,4 @@ extern int gui_hotlist_add_to_infolist (struct t_infolist *infolist, struct t_gui_hotlist *hotlist); extern void gui_hotlist_print_log (); -#endif /* gui-hotlist.h */ +#endif /* __WEECHAT_GUI_HOTLIST_H */ diff --git a/src/gui/gui-input.h b/src/gui/gui-input.h index 022bd0d38..03631f412 100644 --- a/src/gui/gui-input.h +++ b/src/gui/gui-input.h @@ -78,4 +78,4 @@ extern void gui_input_insert (struct t_gui_buffer *buffer, const char *args); extern void gui_input_undo (struct t_gui_buffer *buffer); extern void gui_input_redo (struct t_gui_buffer *buffer); -#endif /* gui-input.h */ +#endif /* __WEECHAT_GUI_INPUT_H */ diff --git a/src/gui/gui-keyboard.h b/src/gui/gui-keyboard.h index 8c900256a..6e07da613 100644 --- a/src/gui/gui-keyboard.h +++ b/src/gui/gui-keyboard.h @@ -88,4 +88,4 @@ extern void gui_keyboard_print_log (struct t_gui_buffer *buffer); extern void gui_keyboard_default_bindings (); -#endif /* gui-keyboard.h */ +#endif /* __WEECHAT_GUI_KEYBOARD_H */ diff --git a/src/gui/gui-layout.h b/src/gui/gui-layout.h index 107475ae2..174dd8342 100644 --- a/src/gui/gui-layout.h +++ b/src/gui/gui-layout.h @@ -92,4 +92,4 @@ extern void gui_layout_save_on_exit (); extern void gui_layout_print_log (); -#endif /* gui-layout.h */ +#endif /* __WEECHAT_GUI_LAYOUT_H */ diff --git a/src/gui/gui-line.h b/src/gui/gui-line.h index 2a7f3ba62..e1f38c9da 100644 --- a/src/gui/gui-line.h +++ b/src/gui/gui-line.h @@ -106,4 +106,4 @@ extern int gui_line_add_to_infolist (struct t_infolist *infolist, struct t_gui_line *line); extern void gui_lines_print_log (struct t_gui_lines *lines); -#endif /* gui-line.h */ +#endif /* __WEECHAT_GUI_LINE_H */ diff --git a/src/gui/gui-main.h b/src/gui/gui-main.h index 4686d9948..5c0dac3a5 100644 --- a/src/gui/gui-main.h +++ b/src/gui/gui-main.h @@ -27,4 +27,4 @@ extern void gui_main_pre_init (int *argc, char **argv[]); extern void gui_main_init (); extern void gui_main_end (int clean_exit); -#endif /* gui-main.h */ +#endif /* __WEECHAT_GUI_MAIN_H */ diff --git a/src/gui/gui-nicklist.h b/src/gui/gui-nicklist.h index 0465c2e1d..4dbb570fc 100644 --- a/src/gui/gui-nicklist.h +++ b/src/gui/gui-nicklist.h @@ -86,4 +86,4 @@ extern int gui_nicklist_add_to_infolist (struct t_infolist *infolist, const char *name); extern void gui_nicklist_print_log (struct t_gui_nick_group *group, int indent); -#endif /* gui-nicklist.h */ +#endif /* __WEECHAT_GUI_NICKLIST_H */ diff --git a/src/gui/gui-window.h b/src/gui/gui-window.h index fb64cf863..e8d20c870 100644 --- a/src/gui/gui-window.h +++ b/src/gui/gui-window.h @@ -175,4 +175,4 @@ extern void gui_window_set_title (const char *title); extern void gui_window_term_display_infos (); extern void gui_window_objects_print_log (struct t_gui_window *window); -#endif /* gui-window.h */ +#endif /* __WEECHAT_GUI_WINDOW_H */ diff --git a/src/gui/qt/gui-qt.h b/src/gui/qt/gui-qt.h index e49de7503..ec2e55d0b 100644 --- a/src/gui/qt/gui-qt.h +++ b/src/gui/qt/gui-qt.h @@ -20,4 +20,4 @@ #ifndef __WEECHAT_GUI_QT_H #define __WEECHAT_GUI_QT_H 1 -#endif /* gui-qt.h */ +#endif /* __WEECHAT_GUI_QT_H */ diff --git a/src/plugins/alias/alias-config.h b/src/plugins/alias/alias-config.h index cd30ca6ec..37df0632f 100644 --- a/src/plugins/alias/alias-config.h +++ b/src/plugins/alias/alias-config.h @@ -32,4 +32,4 @@ extern int alias_config_init (); extern int alias_config_read (); extern int alias_config_write (); -#endif /* alias-config.h */ +#endif /* __WEECHAT_ALIAS_CONFIG_H */ diff --git a/src/plugins/alias/alias-info.h b/src/plugins/alias/alias-info.h index 216f13b37..f457110d7 100644 --- a/src/plugins/alias/alias-info.h +++ b/src/plugins/alias/alias-info.h @@ -22,4 +22,4 @@ extern void alias_info_init (); -#endif /* alias-info.h */ +#endif /* __WEECHAT_ALIAS_INFO_H */ diff --git a/src/plugins/alias/alias.h b/src/plugins/alias/alias.h index d292db79a..543550fb4 100644 --- a/src/plugins/alias/alias.h +++ b/src/plugins/alias/alias.h @@ -52,4 +52,4 @@ extern void alias_free_all (); extern int alias_add_to_infolist (struct t_infolist *infolist, struct t_alias *alias); -#endif /* alias.h */ +#endif /* __WEECHAT_ALIAS_H */ diff --git a/src/plugins/aspell/weechat-aspell-config.h b/src/plugins/aspell/weechat-aspell-config.h index fc8c6676a..fff053a45 100644 --- a/src/plugins/aspell/weechat-aspell-config.h +++ b/src/plugins/aspell/weechat-aspell-config.h @@ -43,4 +43,4 @@ extern int weechat_aspell_config_read (); extern int weechat_aspell_config_write (); extern void weechat_aspell_config_free (); -#endif /* weechat-aspell-config.h */ +#endif /* __WEECHAT_ASPELL_CONFIG_H */ diff --git a/src/plugins/aspell/weechat-aspell-speller.h b/src/plugins/aspell/weechat-aspell-speller.h index 657922997..a6042a54c 100644 --- a/src/plugins/aspell/weechat-aspell-speller.h +++ b/src/plugins/aspell/weechat-aspell-speller.h @@ -39,4 +39,4 @@ extern struct t_aspell_speller *weechat_aspell_speller_new (const char *lang); extern void weechat_aspell_speller_free (struct t_aspell_speller *speller); extern void weechat_aspell_speller_free_all (); -#endif /* weechat-aspell-speller.h */ +#endif /* __WEECHAT_ASPELL_SPELLER_H */ diff --git a/src/plugins/aspell/weechat-aspell.h b/src/plugins/aspell/weechat-aspell.h index c718173e5..d15928706 100644 --- a/src/plugins/aspell/weechat-aspell.h +++ b/src/plugins/aspell/weechat-aspell.h @@ -39,4 +39,4 @@ extern struct t_aspell_code countries_avail[]; extern void weechat_aspell_create_spellers (struct t_gui_buffer *buffer); -#endif /* weechat-aspell.h */ +#endif /* __WEECHAT_ASPELL_H */ diff --git a/src/plugins/fifo/fifo-info.h b/src/plugins/fifo/fifo-info.h index 06d172d21..fe639bc03 100644 --- a/src/plugins/fifo/fifo-info.h +++ b/src/plugins/fifo/fifo-info.h @@ -22,4 +22,4 @@ extern void fifo_info_init (); -#endif /* fifo-info.h */ +#endif /* __WEECHAT_FIFO_INFO_H */ diff --git a/src/plugins/fifo/fifo.h b/src/plugins/fifo/fifo.h index 864391f7a..55fdfb7e7 100644 --- a/src/plugins/fifo/fifo.h +++ b/src/plugins/fifo/fifo.h @@ -26,4 +26,4 @@ extern struct t_weechat_plugin *weechat_fifo_plugin; extern char *fifo_filename; -#endif /* fifo.h */ +#endif /* __WEECHAT_FIFO_H */ diff --git a/src/plugins/irc/irc-bar-item.h b/src/plugins/irc/irc-bar-item.h index 39a410f44..803724c54 100644 --- a/src/plugins/irc/irc-bar-item.h +++ b/src/plugins/irc/irc-bar-item.h @@ -22,4 +22,4 @@ extern void irc_bar_item_init (); -#endif /* irc-bar-item.h */ +#endif /* __WEECHAT_IRC_BAR_ITEM_H */ diff --git a/src/plugins/irc/irc-buffer.h b/src/plugins/irc/irc-buffer.h index ede859087..d3476dd9d 100644 --- a/src/plugins/irc/irc-buffer.h +++ b/src/plugins/irc/irc-buffer.h @@ -55,4 +55,4 @@ extern char *irc_buffer_build_name (const char *server, const char *channel); extern int irc_buffer_close_cb (void *data, struct t_gui_buffer *buffer); extern struct t_gui_buffer *irc_buffer_search_first_for_all_servers (); -#endif /* irc-buffer.h */ +#endif /* __WEECHAT_IRC_BUFFER_H */ diff --git a/src/plugins/irc/irc-channel.h b/src/plugins/irc/irc-channel.h index e8d818314..3558f7717 100644 --- a/src/plugins/irc/irc-channel.h +++ b/src/plugins/irc/irc-channel.h @@ -121,4 +121,4 @@ extern int irc_channel_add_to_infolist (struct t_infolist *infolist, struct t_irc_channel *channel); extern void irc_channel_print_log (struct t_irc_channel *channel); -#endif /* irc-channel.h */ +#endif /* __WEECHAT_IRC_CHANNEL_H */ diff --git a/src/plugins/irc/irc-color.h b/src/plugins/irc/irc-color.h index 36f40192f..df795ac65 100644 --- a/src/plugins/irc/irc-color.h +++ b/src/plugins/irc/irc-color.h @@ -94,4 +94,4 @@ extern char *irc_color_modifier_cb (void *data, const char *modifier, const char *modifier_data, const char *string); -#endif /* irc-color.h */ +#endif /* __WEECHAT_IRC_COLOR_H */ diff --git a/src/plugins/irc/irc-command.h b/src/plugins/irc/irc-command.h index 621ee23b2..fc2005310 100644 --- a/src/plugins/irc/irc-command.h +++ b/src/plugins/irc/irc-command.h @@ -65,4 +65,4 @@ extern void irc_command_quit_server (struct t_irc_server *server, const char *arguments); extern void irc_command_init (); -#endif /* irc-command.h */ +#endif /* __WEECHAT_IRC_COMMAND_H */ diff --git a/src/plugins/irc/irc-completion.h b/src/plugins/irc/irc-completion.h index ac7ba3de3..8d79eb247 100644 --- a/src/plugins/irc/irc-completion.h +++ b/src/plugins/irc/irc-completion.h @@ -22,4 +22,4 @@ extern void irc_completion_init (); -#endif /* irc-completion.h */ +#endif /* __WEECHAT_IRC_COMPLETION_H */ diff --git a/src/plugins/irc/irc-config.h b/src/plugins/irc/irc-config.h index 131e4c51b..e2a5f79ca 100644 --- a/src/plugins/irc/irc-config.h +++ b/src/plugins/irc/irc-config.h @@ -148,4 +148,4 @@ extern int irc_config_read (); extern int irc_config_write (int write_temp_servers); extern void irc_config_free (); -#endif /* irc-config.h */ +#endif /* __WEECHAT_IRC_CONFIG_H */ diff --git a/src/plugins/irc/irc-ctcp.h b/src/plugins/irc/irc-ctcp.h index 541232af9..c16302145 100644 --- a/src/plugins/irc/irc-ctcp.h +++ b/src/plugins/irc/irc-ctcp.h @@ -39,4 +39,4 @@ extern void irc_ctcp_recv (struct t_irc_server *server, const char *command, const char *nick, const char *remote_nick, char *arguments, char *message); -#endif /* irc-ctcp.h */ +#endif /* __WEECHAT_IRC_CTCP_H */ diff --git a/src/plugins/irc/irc-debug.h b/src/plugins/irc/irc-debug.h index 598aec330..c89f69001 100644 --- a/src/plugins/irc/irc-debug.h +++ b/src/plugins/irc/irc-debug.h @@ -22,4 +22,4 @@ extern void irc_debug_init (); -#endif /* irc-debug.h */ +#endif /* __WEECHAT_IRC_DEBUG_H */ diff --git a/src/plugins/irc/irc-display.h b/src/plugins/irc/irc-display.h index 0bc1e3289..a9ea3e00e 100644 --- a/src/plugins/irc/irc-display.h +++ b/src/plugins/irc/irc-display.h @@ -25,4 +25,4 @@ extern void irc_display_away (struct t_irc_server *server, const char *string1, const char *string2); extern void irc_display_server (struct t_irc_server *server, int with_detail); -#endif /* irc-display.h */ +#endif /* __WEECHAT_IRC_DISPLAY_H */ diff --git a/src/plugins/irc/irc-ignore.h b/src/plugins/irc/irc-ignore.h index 874d9e9f2..2831e65e5 100644 --- a/src/plugins/irc/irc-ignore.h +++ b/src/plugins/irc/irc-ignore.h @@ -54,4 +54,4 @@ extern void irc_ignore_free_all (); extern int irc_ignore_add_to_infolist (struct t_infolist *infolist, struct t_irc_ignore *ignore); -#endif /* irc-ignore.h */ +#endif /* __WEECHAT_IRC_IGNORE_H */ diff --git a/src/plugins/irc/irc-info.h b/src/plugins/irc/irc-info.h index f56eb6ca0..0a6521b6d 100644 --- a/src/plugins/irc/irc-info.h +++ b/src/plugins/irc/irc-info.h @@ -22,4 +22,4 @@ extern void irc_info_init (); -#endif /* irc-info.h */ +#endif /* __WEECHAT_IRC_INFO_H */ diff --git a/src/plugins/irc/irc-input.h b/src/plugins/irc/irc-input.h index 45fc7a158..8a8dd61e4 100644 --- a/src/plugins/irc/irc-input.h +++ b/src/plugins/irc/irc-input.h @@ -27,4 +27,4 @@ extern void irc_input_user_message_display (struct t_gui_buffer *buffer, extern int irc_input_data_cb (void *data, struct t_gui_buffer *buffer, const char *input_data); -#endif /* irc-input.h */ +#endif /* __WEECHAT_IRC_INPUT_H */ diff --git a/src/plugins/irc/irc-mode.h b/src/plugins/irc/irc-mode.h index a540b7ff7..358ba5b77 100644 --- a/src/plugins/irc/irc-mode.h +++ b/src/plugins/irc/irc-mode.h @@ -34,4 +34,4 @@ extern int irc_mode_get_nick_attr (struct t_irc_server *server, char *mode, extern char irc_mode_get_prefix (struct t_irc_server *server, char mode, char default_prefix); -#endif /* irc-mode.h */ +#endif /* __WEECHAT_IRC_MODE_H */ diff --git a/src/plugins/irc/irc-msgbuffer.h b/src/plugins/irc/irc-msgbuffer.h index 2034e472f..16c082017 100644 --- a/src/plugins/irc/irc-msgbuffer.h +++ b/src/plugins/irc/irc-msgbuffer.h @@ -44,4 +44,4 @@ extern struct t_gui_buffer *irc_msgbuffer_get_target_buffer (struct t_irc_server const char *alias, struct t_gui_buffer *default_buffer); -#endif /* irc-msgbuffer.h */ +#endif /* __WEECHAT_IRC_MSGBUFFER_H */ diff --git a/src/plugins/irc/irc-nick.h b/src/plugins/irc/irc-nick.h index f5f1ec682..1b05d85eb 100644 --- a/src/plugins/irc/irc-nick.h +++ b/src/plugins/irc/irc-nick.h @@ -117,4 +117,4 @@ extern int irc_nick_add_to_infolist (struct t_infolist *infolist, struct t_irc_nick *nick); extern void irc_nick_print_log (struct t_irc_nick *nick); -#endif /* irc-nick.h */ +#endif /* __WEECHAT_IRC_NICK_H */ diff --git a/src/plugins/irc/irc-protocol.h b/src/plugins/irc/irc-protocol.h index 9918d5746..73415b10b 100644 --- a/src/plugins/irc/irc-protocol.h +++ b/src/plugins/irc/irc-protocol.h @@ -84,4 +84,4 @@ extern void irc_protocol_recv_command (struct t_irc_server *server, const char *msg_command, const char *msg_channel); -#endif /* irc-protocol.h */ +#endif /* __WEECHAT_IRC_PROTOCOL_H */ diff --git a/src/plugins/irc/irc-raw.h b/src/plugins/irc/irc-raw.h index 489a9996a..1a5cfd61c 100644 --- a/src/plugins/irc/irc-raw.h +++ b/src/plugins/irc/irc-raw.h @@ -51,4 +51,4 @@ extern void irc_raw_message_free_all (); extern int irc_raw_add_to_infolist (struct t_infolist *infolist, struct t_irc_raw_message *raw_message); -#endif /* irc-raw.h */ +#endif /* __WEECHAT_IRC_RAW_H */ diff --git a/src/plugins/irc/irc-sasl.h b/src/plugins/irc/irc-sasl.h index 61f50abc5..63a78e340 100644 --- a/src/plugins/irc/irc-sasl.h +++ b/src/plugins/irc/irc-sasl.h @@ -38,4 +38,4 @@ extern char *irc_sasl_mechanism_dh_blowfish (const char *data_base64, const char *sasl_username, const char *sasl_password); -#endif /* irc-sasl.h */ +#endif /* __WEECHAT_IRC_SASL_H */ diff --git a/src/plugins/irc/irc-server.h b/src/plugins/irc/irc-server.h index 575545467..997f055b4 100644 --- a/src/plugins/irc/irc-server.h +++ b/src/plugins/irc/irc-server.h @@ -235,4 +235,4 @@ extern int irc_server_add_to_infolist (struct t_infolist *infolist, struct t_irc_server *server); extern void irc_server_print_log (); -#endif /* irc-server.h */ +#endif /* __WEECHAT_IRC_SERVER_H */ diff --git a/src/plugins/irc/irc-upgrade.h b/src/plugins/irc/irc-upgrade.h index 1b3ecf139..431c9d0bb 100644 --- a/src/plugins/irc/irc-upgrade.h +++ b/src/plugins/irc/irc-upgrade.h @@ -35,4 +35,4 @@ enum t_irc_upgrade_type extern int irc_upgrade_save (); extern int irc_upgrade_load (); -#endif /* irc-upgrade.h */ +#endif /* __WEECHAT_IRC_UPGRADE_H */ diff --git a/src/plugins/irc/irc.h b/src/plugins/irc/irc.h index 5dea08884..4526c3f64 100644 --- a/src/plugins/irc/irc.h +++ b/src/plugins/irc/irc.h @@ -27,4 +27,4 @@ extern struct t_weechat_plugin *weechat_irc_plugin; extern struct t_hook *irc_hook_timer_check_away; -#endif /* irc.h */ +#endif /* __WEECHAT_IRC_H */ diff --git a/src/plugins/logger/logger-buffer.h b/src/plugins/logger/logger-buffer.h index 3d6664c40..12846a9ce 100644 --- a/src/plugins/logger/logger-buffer.h +++ b/src/plugins/logger/logger-buffer.h @@ -47,4 +47,4 @@ extern void logger_buffer_free (struct t_logger_buffer *logger_buffer); extern int logger_buffer_add_to_infolist (struct t_infolist *infolist, struct t_logger_buffer *logger_buffer); -#endif /* logger-buffer.h */ +#endif /* __WEECHAT_LOGGER_BUFFER_H */ diff --git a/src/plugins/logger/logger-config.h b/src/plugins/logger/logger-config.h index c4a01d7e6..1f108c5e2 100644 --- a/src/plugins/logger/logger-config.h +++ b/src/plugins/logger/logger-config.h @@ -41,4 +41,4 @@ extern int logger_config_read (); extern int logger_config_write (); extern void logger_config_free (); -#endif /* logger-config.h */ +#endif /* __WEECHAT_LOGGER_CONFIG_H */ diff --git a/src/plugins/logger/logger-info.h b/src/plugins/logger/logger-info.h index 82d1541e0..0c536a994 100644 --- a/src/plugins/logger/logger-info.h +++ b/src/plugins/logger/logger-info.h @@ -22,4 +22,4 @@ extern void logger_info_init (); -#endif /* logger-info.h */ +#endif /* __WEECHAT_LOGGER_INFO_H */ diff --git a/src/plugins/logger/logger-tail.h b/src/plugins/logger/logger-tail.h index 889f022dc..203059f86 100644 --- a/src/plugins/logger/logger-tail.h +++ b/src/plugins/logger/logger-tail.h @@ -30,4 +30,4 @@ extern struct t_logger_line *logger_tail_file (const char *filename, int n_lines); extern void logger_tail_free (struct t_logger_line *lines); -#endif /* logger-tail.h */ +#endif /* __WEECHAT_LOGGER_TAIL_H */ diff --git a/src/plugins/logger/logger.h b/src/plugins/logger/logger.h index 245547759..6c3643967 100644 --- a/src/plugins/logger/logger.h +++ b/src/plugins/logger/logger.h @@ -32,4 +32,4 @@ extern void logger_start_buffer_all (int write_info_line); extern void logger_stop_all (int write_info_line); extern void logger_adjust_log_filenames (); -#endif /* logger.h */ +#endif /* __WEECHAT_LOGGER_H */ diff --git a/src/plugins/plugin-api.h b/src/plugins/plugin-api.h index 9736ab70d..9a188480d 100644 --- a/src/plugins/plugin-api.h +++ b/src/plugins/plugin-api.h @@ -66,4 +66,4 @@ extern void plugin_api_infolist_free (struct t_infolist *infolist); extern void plugin_api_init (); -#endif /* plugin-api.h */ +#endif /* __WEECHAT_PLUGIN_API_H */ diff --git a/src/plugins/plugin-config.h b/src/plugins/plugin-config.h index 9abe1238f..38ee76e98 100644 --- a/src/plugins/plugin-config.h +++ b/src/plugins/plugin-config.h @@ -34,4 +34,4 @@ extern int plugin_config_read (); extern int plugin_config_write (); extern void plugin_config_end (); -#endif /* plugin-config.h */ +#endif /* __WEECHAT_PLUGIN_CONFIG_H */ diff --git a/src/plugins/plugin.h b/src/plugins/plugin.h index a28ac3bab..0a1b42b8a 100644 --- a/src/plugins/plugin.h +++ b/src/plugins/plugin.h @@ -46,4 +46,4 @@ extern int plugin_add_to_infolist (struct t_infolist *infolist, struct t_weechat_plugin *plugin); extern void plugin_print_log (); -#endif /* plugin.h */ +#endif /* __WEECHAT_PLUGIN_H */ diff --git a/src/plugins/relay/relay-buffer.h b/src/plugins/relay/relay-buffer.h index fb8b0995f..555e44640 100644 --- a/src/plugins/relay/relay-buffer.h +++ b/src/plugins/relay/relay-buffer.h @@ -17,8 +17,8 @@ * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __WEECHAT_RELAY_DISPLAY_H -#define __WEECHAT_RELAY_DISPLAY_H 1 +#ifndef __WEECHAT_RELAY_BUFFER_H +#define __WEECHAT_RELAY_BUFFER_H 1 extern struct t_gui_buffer *relay_buffer; extern int relay_buffer_selected_line; @@ -29,4 +29,4 @@ extern int relay_buffer_input_cb (void *data, struct t_gui_buffer *buffer, extern int relay_buffer_close_cb (void *data, struct t_gui_buffer *buffer); extern void relay_buffer_open (); -#endif /* relay-buffer.h */ +#endif /* __WEECHAT_RELAY_BUFFER_H */ diff --git a/src/plugins/relay/relay-client.h b/src/plugins/relay/relay-client.h index 48b057eef..fa0b5818a 100644 --- a/src/plugins/relay/relay-client.h +++ b/src/plugins/relay/relay-client.h @@ -82,4 +82,4 @@ extern int relay_client_add_to_infolist (struct t_infolist *infolist, struct t_relay_client *client); extern void relay_client_print_log (); -#endif /* relay-client.h */ +#endif /* __WEECHAT_RELAY_CLIENT_H */ diff --git a/src/plugins/relay/relay-command.h b/src/plugins/relay/relay-command.h index 0ceee0d82..943516abb 100644 --- a/src/plugins/relay/relay-command.h +++ b/src/plugins/relay/relay-command.h @@ -22,4 +22,4 @@ extern void relay_command_init (); -#endif /* relay-command.h */ +#endif /* __WEECHAT_RELAY_COMMAND_H */ diff --git a/src/plugins/relay/relay-completion.h b/src/plugins/relay/relay-completion.h index 586d52e40..b8cb0d04a 100644 --- a/src/plugins/relay/relay-completion.h +++ b/src/plugins/relay/relay-completion.h @@ -22,4 +22,4 @@ extern void relay_completion_init (); -#endif /* relay-completion.h */ +#endif /* __WEECHAT_RELAY_COMPLETION_H */ diff --git a/src/plugins/relay/relay-config.h b/src/plugins/relay/relay-config.h index d71da0315..5790b3261 100644 --- a/src/plugins/relay/relay-config.h +++ b/src/plugins/relay/relay-config.h @@ -43,4 +43,4 @@ extern int relay_config_init (); extern int relay_config_read (); extern int relay_config_write (); -#endif /* relay-config.h */ +#endif /* __WEECHAT_RELAY_CONFIG_H */ diff --git a/src/plugins/relay/relay-info.h b/src/plugins/relay/relay-info.h index 48b1bb088..580a5c5af 100644 --- a/src/plugins/relay/relay-info.h +++ b/src/plugins/relay/relay-info.h @@ -22,4 +22,4 @@ extern void relay_info_init (); -#endif /* relay-info.h */ +#endif /* __WEECHAT_RELAY_INFO_H */ diff --git a/src/plugins/relay/relay-protocol-irc.h b/src/plugins/relay/relay-protocol-irc.h index c964a4092..f92a2b503 100644 --- a/src/plugins/relay/relay-protocol-irc.h +++ b/src/plugins/relay/relay-protocol-irc.h @@ -43,4 +43,4 @@ extern void relay_protocol_irc_alloc (struct t_relay_client *client); extern void relay_protocol_irc_free (struct t_relay_client *client); extern void relay_protocol_irc_print_log (struct t_relay_client *client); -#endif /* relay-protocol-irc.h */ +#endif /* __WEECHAT_RELAY_PROTOCOL_IRC_H */ diff --git a/src/plugins/relay/relay-protocol-weechat.h b/src/plugins/relay/relay-protocol-weechat.h index a40d6a49e..8466868d9 100644 --- a/src/plugins/relay/relay-protocol-weechat.h +++ b/src/plugins/relay/relay-protocol-weechat.h @@ -41,4 +41,4 @@ extern void relay_protocol_weechat_alloc (struct t_relay_client *client); extern void relay_protocol_weechat_free (struct t_relay_client *client); extern void relay_protocol_weechat_print_log (struct t_relay_client *client); -#endif /* relay-protocol-weechat.h */ +#endif /* __WEECHAT_RELAY_PROTOCOL_WEECHAT_H */ diff --git a/src/plugins/relay/relay-server.h b/src/plugins/relay/relay-server.h index 1cd76dec3..bb57a2e5f 100644 --- a/src/plugins/relay/relay-server.h +++ b/src/plugins/relay/relay-server.h @@ -49,4 +49,4 @@ extern void relay_server_free (struct t_relay_server *server); extern void relay_server_free_all (); extern void relay_server_print_log (); -#endif /* relay-server.h */ +#endif /* __WEECHAT_RELAY_SERVER_H */ diff --git a/src/plugins/relay/relay-upgrade.h b/src/plugins/relay/relay-upgrade.h index c9b2ab89b..6d308fec3 100644 --- a/src/plugins/relay/relay-upgrade.h +++ b/src/plugins/relay/relay-upgrade.h @@ -32,4 +32,4 @@ enum t_relay_upgrade_type extern int relay_upgrade_save (); extern int relay_upgrade_load (); -#endif /* relay-upgrade.h */ +#endif /* __WEECHAT_RELAY_UPGRADE_H */ diff --git a/src/plugins/relay/relay.h b/src/plugins/relay/relay.h index dcc7a9549..533a0b370 100644 --- a/src/plugins/relay/relay.h +++ b/src/plugins/relay/relay.h @@ -43,4 +43,4 @@ extern char *relay_protocol_string[]; extern int relay_protocol_search (const char *name); -#endif /* relay.h */ +#endif /* __WEECHAT_RELAY_H */ diff --git a/src/plugins/scripts/lua/weechat-lua-api.h b/src/plugins/scripts/lua/weechat-lua-api.h index 30d3b8337..3a834e422 100644 --- a/src/plugins/scripts/lua/weechat-lua-api.h +++ b/src/plugins/scripts/lua/weechat-lua-api.h @@ -29,4 +29,4 @@ extern int weechat_lua_api_buffer_input_data_cb (void *data, extern int weechat_lua_api_buffer_close_cb (void *data, struct t_gui_buffer *buffer); -#endif /* weechat-lua.h */ +#endif /* __WEECHAT_LUA_API_H */ diff --git a/src/plugins/scripts/lua/weechat-lua.h b/src/plugins/scripts/lua/weechat-lua.h index a2131205f..fe5c11fc1 100644 --- a/src/plugins/scripts/lua/weechat-lua.h +++ b/src/plugins/scripts/lua/weechat-lua.h @@ -40,4 +40,4 @@ extern void *weechat_lua_exec (struct t_plugin_script *script, int ret_type, const char *function, char **argv); -#endif /* weechat-lua.h */ +#endif /* __WEECHAT_LUA_H */ diff --git a/src/plugins/scripts/perl/weechat-perl-api.h b/src/plugins/scripts/perl/weechat-perl-api.h index bd3b9b314..a33d0520f 100644 --- a/src/plugins/scripts/perl/weechat-perl-api.h +++ b/src/plugins/scripts/perl/weechat-perl-api.h @@ -27,4 +27,4 @@ extern int weechat_perl_api_buffer_close_cb (void *data, struct t_gui_buffer *buffer); extern void weechat_perl_api_init (pTHX); -#endif /* weechat-perl.h */ +#endif /* __WEECHAT_PERL_API_H */ diff --git a/src/plugins/scripts/perl/weechat-perl.h b/src/plugins/scripts/perl/weechat-perl.h index f5e209538..ec75dbc1f 100644 --- a/src/plugins/scripts/perl/weechat-perl.h +++ b/src/plugins/scripts/perl/weechat-perl.h @@ -38,4 +38,4 @@ extern void *weechat_perl_exec (struct t_plugin_script *script, int ret_type, const char *function, char **argv); -#endif /* weechat-perl.h */ +#endif /* __WEECHAT_PERL_H */ diff --git a/src/plugins/scripts/python/weechat-python-api.h b/src/plugins/scripts/python/weechat-python-api.h index a0830ac4b..a2a7e9454 100644 --- a/src/plugins/scripts/python/weechat-python-api.h +++ b/src/plugins/scripts/python/weechat-python-api.h @@ -29,4 +29,4 @@ extern int weechat_python_api_buffer_input_data_cb (void *data, extern int weechat_python_api_buffer_close_cb (void *data, struct t_gui_buffer *buffer); -#endif /* weechat-python.h */ +#endif /* __WEECHAT_PYTHON_API_H */ diff --git a/src/plugins/scripts/python/weechat-python.h b/src/plugins/scripts/python/weechat-python.h index 7966d36d4..9a456401f 100644 --- a/src/plugins/scripts/python/weechat-python.h +++ b/src/plugins/scripts/python/weechat-python.h @@ -39,4 +39,4 @@ extern void *weechat_python_exec (struct t_plugin_script *script, int ret_type, const char *function, char **argv); -#endif /* weechat-perl.h */ +#endif /* __WEECHAT_PYTHON_H */ diff --git a/src/plugins/scripts/ruby/weechat-ruby-api.h b/src/plugins/scripts/ruby/weechat-ruby-api.h index 4742e71d6..f75f478eb 100644 --- a/src/plugins/scripts/ruby/weechat-ruby-api.h +++ b/src/plugins/scripts/ruby/weechat-ruby-api.h @@ -28,4 +28,4 @@ extern int weechat_ruby_api_buffer_close_cb (void *data, struct t_gui_buffer *buffer); extern void weechat_ruby_api_init (VALUE ruby_mWeechat); -#endif /* weechat-ruby.h */ +#endif /* __WEECHAT_RUBY_API_H */ diff --git a/src/plugins/scripts/ruby/weechat-ruby.h b/src/plugins/scripts/ruby/weechat-ruby.h index f61a568d0..2ef5cbbf4 100644 --- a/src/plugins/scripts/ruby/weechat-ruby.h +++ b/src/plugins/scripts/ruby/weechat-ruby.h @@ -39,4 +39,4 @@ extern void *weechat_ruby_exec (struct t_plugin_script *script, int ret_type, const char *function, char **argv); -#endif /* weechat-perl.h */ +#endif /* __WEECHAT_RUBY_H */ diff --git a/src/plugins/scripts/script-api.h b/src/plugins/scripts/script-api.h index 0bb4c9c10..94be78410 100644 --- a/src/plugins/scripts/script-api.h +++ b/src/plugins/scripts/script-api.h @@ -311,4 +311,4 @@ extern int script_api_upgrade_read (struct t_weechat_plugin *weechat_plugin, const char *function, const char *data); -#endif /* script-api.h */ +#endif /* __WEECHAT_SCRIPT_API_H */ diff --git a/src/plugins/scripts/script-callback.h b/src/plugins/scripts/script-callback.h index db9f38dd9..ec34e2e1b 100644 --- a/src/plugins/scripts/script-callback.h +++ b/src/plugins/scripts/script-callback.h @@ -50,4 +50,4 @@ extern void script_callback_remove_all (struct t_plugin_script *script); extern void script_callback_print_log (struct t_weechat_plugin *weechat_plugin, struct t_script_callback *script_callback); -#endif /* script-callback.h */ +#endif /* __WEECHAT_SCRIPT_CALLBACK_H */ diff --git a/src/plugins/scripts/script.h b/src/plugins/scripts/script.h index 3f7f86cc5..767259d9c 100644 --- a/src/plugins/scripts/script.h +++ b/src/plugins/scripts/script.h @@ -150,4 +150,4 @@ extern void script_end (struct t_weechat_plugin *weechat_plugin, extern void script_print_log (struct t_weechat_plugin *weechat_plugin, struct t_plugin_script *scripts); -#endif /* script.h */ +#endif /* __WEECHAT_SCRIPT_H */ diff --git a/src/plugins/scripts/tcl/weechat-tcl-api.h b/src/plugins/scripts/tcl/weechat-tcl-api.h index c9a461b36..0b58d3094 100644 --- a/src/plugins/scripts/tcl/weechat-tcl-api.h +++ b/src/plugins/scripts/tcl/weechat-tcl-api.h @@ -28,4 +28,4 @@ extern int weechat_tcl_api_buffer_close_cb (void *data, struct t_gui_buffer *buffer); extern void weechat_tcl_api_init (Tcl_Interp *interp); -#endif /* weechat-tcl.h */ +#endif /* __WEECHAT_TCL_API_H */ diff --git a/src/plugins/scripts/tcl/weechat-tcl.h b/src/plugins/scripts/tcl/weechat-tcl.h index c4bce34a4..78972233e 100644 --- a/src/plugins/scripts/tcl/weechat-tcl.h +++ b/src/plugins/scripts/tcl/weechat-tcl.h @@ -39,4 +39,4 @@ extern void *weechat_tcl_exec (struct t_plugin_script *script, int ret_type, const char *function, char **argv); -#endif /* weechat-tcl.h */ +#endif /* __WEECHAT_TCL_H */ diff --git a/src/plugins/weechat-plugin.h b/src/plugins/weechat-plugin.h index 65d79e1f2..8b3a74f84 100644 --- a/src/plugins/weechat-plugin.h +++ b/src/plugins/weechat-plugin.h @@ -1230,4 +1230,4 @@ extern int weechat_plugin_end (struct t_weechat_plugin *plugin); #define weechat_upgrade_close(__upgrade_file) \ weechat_plugin->upgrade_close(__upgrade_file) -#endif /* weechat-plugin.h */ +#endif /* __WEECHAT_WEECHAT_PLUGIN_H */ diff --git a/src/plugins/xfer/xfer-buffer.h b/src/plugins/xfer/xfer-buffer.h index b0874631d..2615eb630 100644 --- a/src/plugins/xfer/xfer-buffer.h +++ b/src/plugins/xfer/xfer-buffer.h @@ -17,8 +17,8 @@ * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __WEECHAT_XFER_DISPLAY_H -#define __WEECHAT_XFER_DISPLAY_H 1 +#ifndef __WEECHAT_XFER_BUFFER_H +#define __WEECHAT_XFER_BUFFER_H 1 #define XFER_BUFFER_NAME "xfer.list" @@ -31,4 +31,4 @@ extern int xfer_buffer_input_cb (void *data, struct t_gui_buffer *buffer, extern int xfer_buffer_close_cb (void *data, struct t_gui_buffer *buffer); extern void xfer_buffer_open (); -#endif /* xfer-buffer.h */ +#endif /* __WEECHAT_XFER_BUFFER_H */ diff --git a/src/plugins/xfer/xfer-chat.h b/src/plugins/xfer/xfer-chat.h index ce7699c6f..de802e858 100644 --- a/src/plugins/xfer/xfer-chat.h +++ b/src/plugins/xfer/xfer-chat.h @@ -24,4 +24,4 @@ extern void xfer_chat_sendf (struct t_xfer *xfer, const char *format, ...); extern int xfer_chat_recv_cb (void *arg_xfer, int fd); extern void xfer_chat_open_buffer (struct t_xfer *xfer); -#endif /* xfer-chat.h */ +#endif /* __WEECHAT_XFER_CHAT_H */ diff --git a/src/plugins/xfer/xfer-command.h b/src/plugins/xfer/xfer-command.h index 2264134bb..03dc5f49a 100644 --- a/src/plugins/xfer/xfer-command.h +++ b/src/plugins/xfer/xfer-command.h @@ -22,4 +22,4 @@ extern void xfer_command_init (); -#endif /* xfer-command.h */ +#endif /* __WEECHAT_XFER_COMMAND_H */ diff --git a/src/plugins/xfer/xfer-completion.h b/src/plugins/xfer/xfer-completion.h index b877a8339..ddba64563 100644 --- a/src/plugins/xfer/xfer-completion.h +++ b/src/plugins/xfer/xfer-completion.h @@ -22,4 +22,4 @@ extern void xfer_completion_init (); -#endif /* xfer-completion.h */ +#endif /* __WEECHAT_XFER_COMPLETION_H */ diff --git a/src/plugins/xfer/xfer-config.h b/src/plugins/xfer/xfer-config.h index e7bf27096..7bdfee607 100644 --- a/src/plugins/xfer/xfer-config.h +++ b/src/plugins/xfer/xfer-config.h @@ -54,4 +54,4 @@ extern int xfer_config_init (); extern int xfer_config_read (); extern int xfer_config_write (); -#endif /* xfer-config.h */ +#endif /* __WEECHAT_XFER_CONFIG_H */ diff --git a/src/plugins/xfer/xfer-dcc.h b/src/plugins/xfer/xfer-dcc.h index b4d2c83d4..2399315c6 100644 --- a/src/plugins/xfer/xfer-dcc.h +++ b/src/plugins/xfer/xfer-dcc.h @@ -23,4 +23,4 @@ extern void xfer_dcc_send_file_child (struct t_xfer *xfer); extern void xfer_dcc_recv_file_child (struct t_xfer *xfer); -#endif /* xfer-dcc.h */ +#endif /* __WEECHAT_XFER_DCC_H */ diff --git a/src/plugins/xfer/xfer-file.h b/src/plugins/xfer/xfer-file.h index 55c5a4b19..02dff53fc 100644 --- a/src/plugins/xfer/xfer-file.h +++ b/src/plugins/xfer/xfer-file.h @@ -23,4 +23,4 @@ extern void xfer_file_find_filename (struct t_xfer *xfer); extern void xfer_file_calculate_speed (struct t_xfer *xfer, int ended); -#endif /* xfer-file.h */ +#endif /* __WEECHAT_XFER_FILE_H */ diff --git a/src/plugins/xfer/xfer-info.h b/src/plugins/xfer/xfer-info.h index c1eff4fee..00a3f09df 100644 --- a/src/plugins/xfer/xfer-info.h +++ b/src/plugins/xfer/xfer-info.h @@ -22,4 +22,4 @@ extern void xfer_info_init (); -#endif /* xfer-info.h */ +#endif /* __WEECHAT_XFER_INFO_H */ diff --git a/src/plugins/xfer/xfer-network.h b/src/plugins/xfer/xfer-network.h index 03e9303cb..4b76adb82 100644 --- a/src/plugins/xfer/xfer-network.h +++ b/src/plugins/xfer/xfer-network.h @@ -27,4 +27,4 @@ extern void xfer_network_child_kill (struct t_xfer *xfer); extern int xfer_network_connect (struct t_xfer *xfer); extern void xfer_network_accept (struct t_xfer *xfer); -#endif /* xfer-network.h */ +#endif /* __WEECHAT_XFER_NETWORK_H */ diff --git a/src/plugins/xfer/xfer-upgrade.h b/src/plugins/xfer/xfer-upgrade.h index 50c4e96c9..c24719e42 100644 --- a/src/plugins/xfer/xfer-upgrade.h +++ b/src/plugins/xfer/xfer-upgrade.h @@ -32,4 +32,4 @@ enum t_xfer_upgrade_type extern int xfer_upgrade_save (); extern int xfer_upgrade_load (); -#endif /* xfer-upgrade.h */ +#endif /* __WEECHAT_XFER_UPGRADE_H */ diff --git a/src/plugins/xfer/xfer.h b/src/plugins/xfer/xfer.h index cf3c0affa..694ded453 100644 --- a/src/plugins/xfer/xfer.h +++ b/src/plugins/xfer/xfer.h @@ -167,4 +167,4 @@ extern void xfer_free (struct t_xfer *xfer); extern int xfer_add_to_infolist (struct t_infolist *infolist, struct t_xfer *xfer); -#endif /* xfer.h */ +#endif /* __WEECHAT_XFER_H */ |