mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
Update comments after #endif in C headers
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
|
||||
extern void relay_command_init ();
|
||||
|
||||
#endif /* relay-command.h */
|
||||
#endif /* __WEECHAT_RELAY_COMMAND_H */
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
|
||||
extern void relay_completion_init ();
|
||||
|
||||
#endif /* relay-completion.h */
|
||||
#endif /* __WEECHAT_RELAY_COMPLETION_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 */
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
|
||||
extern void relay_info_init ();
|
||||
|
||||
#endif /* relay-info.h */
|
||||
#endif /* __WEECHAT_RELAY_INFO_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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -43,4 +43,4 @@ extern char *relay_protocol_string[];
|
||||
|
||||
extern int relay_protocol_search (const char *name);
|
||||
|
||||
#endif /* relay.h */
|
||||
#endif /* __WEECHAT_RELAY_H */
|
||||
|
||||
Reference in New Issue
Block a user