mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +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_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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
|
||||
extern void xfer_command_init ();
|
||||
|
||||
#endif /* xfer-command.h */
|
||||
#endif /* __WEECHAT_XFER_COMMAND_H */
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
|
||||
extern void xfer_completion_init ();
|
||||
|
||||
#endif /* xfer-completion.h */
|
||||
#endif /* __WEECHAT_XFER_COMPLETION_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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
|
||||
extern void xfer_info_init ();
|
||||
|
||||
#endif /* xfer-info.h */
|
||||
#endif /* __WEECHAT_XFER_INFO_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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user