mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
Working /log and /rawlog.
Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
This commit is contained in:
parent
939371aa1d
commit
241dd66ac1
6 changed files with 65 additions and 4 deletions
|
|
@ -38,6 +38,8 @@ 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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue