mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
Update comments after #endif in C headers
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
|
||||
extern void logger_info_init ();
|
||||
|
||||
#endif /* logger-info.h */
|
||||
#endif /* __WEECHAT_LOGGER_INFO_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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user