1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Cosmetics.

Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
This commit is contained in:
Edward Tomasz Napierala 2017-07-29 12:38:06 +01:00
parent 8c04c2be14
commit 7f2697d307
2 changed files with 1 additions and 3 deletions

View File

@ -38,8 +38,6 @@ extern GSList *logs;
extern int log_file_create_mode;
extern int log_dir_create_mode;
extern int log_dir_create_mode;
/* Create log record - you still need to call log_update() to actually add it
into log list */
LOG_REC *log_create_rec(const char *fname, int level);