1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

Update comments after #endif in C headers

This commit is contained in:
Sebastien Helleu
2010-06-25 15:03:39 +02:00
parent 6562d676fe
commit dcdba08f8a
112 changed files with 117 additions and 116 deletions
+1 -1
View File
@@ -24,4 +24,4 @@
extern void weechat_backtrace ();
#endif /* wee-backtrace.h */
#endif /* __WEECHAT_BACKTACE_H */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+2 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -20,4 +20,4 @@
#ifndef __WEECHAT_GUI_QT_H
#define __WEECHAT_GUI_QT_H 1
#endif /* gui-qt.h */
#endif /* __WEECHAT_GUI_QT_H */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -22,4 +22,4 @@
extern void alias_info_init ();
#endif /* alias-info.h */
#endif /* __WEECHAT_ALIAS_INFO_H */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -22,4 +22,4 @@
extern void fifo_info_init ();
#endif /* fifo-info.h */
#endif /* __WEECHAT_FIFO_INFO_H */
+1 -1
View File
@@ -26,4 +26,4 @@
extern struct t_weechat_plugin *weechat_fifo_plugin;
extern char *fifo_filename;
#endif /* fifo.h */
#endif /* __WEECHAT_FIFO_H */
+1 -1
View File
@@ -22,4 +22,4 @@
extern void irc_bar_item_init ();
#endif /* irc-bar-item.h */
#endif /* __WEECHAT_IRC_BAR_ITEM_H */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -22,4 +22,4 @@
extern void irc_completion_init ();
#endif /* irc-completion.h */
#endif /* __WEECHAT_IRC_COMPLETION_H */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -22,4 +22,4 @@
extern void irc_debug_init ();
#endif /* irc-debug.h */
#endif /* __WEECHAT_IRC_DEBUG_H */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -22,4 +22,4 @@
extern void irc_info_init ();
#endif /* irc-info.h */
#endif /* __WEECHAT_IRC_INFO_H */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -22,4 +22,4 @@
extern void logger_info_init ();
#endif /* logger-info.h */
#endif /* __WEECHAT_LOGGER_INFO_H */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+3 -3
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -22,4 +22,4 @@
extern void relay_command_init ();
#endif /* relay-command.h */
#endif /* __WEECHAT_RELAY_COMMAND_H */
+1 -1
View File
@@ -22,4 +22,4 @@
extern void relay_completion_init ();
#endif /* relay-completion.h */
#endif /* __WEECHAT_RELAY_COMPLETION_H */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -22,4 +22,4 @@
extern void relay_info_init ();
#endif /* relay-info.h */
#endif /* __WEECHAT_RELAY_INFO_H */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -43,4 +43,4 @@ extern char *relay_protocol_string[];
extern int relay_protocol_search (const char *name);
#endif /* relay.h */
#endif /* __WEECHAT_RELAY_H */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */

Some files were not shown because too many files have changed in this diff Show More