1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +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
@@ -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 */