diff options
author | Timo Sirainen <cras@irssi.org> | 2000-10-28 03:01:11 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-10-28 03:01:11 +0000 |
commit | 8653c6ea36c29067a358ed59782b71ffd1401fc3 (patch) | |
tree | f17c582280ae923387e50528405c9ad3e189e67d /src/core/log.h | |
parent | 80dd793c60bd58190c42e8fe76ae6e8825975373 (diff) | |
download | irssi-8653c6ea36c29067a358ed59782b71ffd1401fc3.zip |
/SET log_theme - you can now write to log files with different theme
than to screen.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@795 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/log.h')
-rw-r--r-- | src/core/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/log.h b/src/core/log.h index ffb00eb8..e3a801c3 100644 --- a/src/core/log.h +++ b/src/core/log.h @@ -45,6 +45,8 @@ void log_item_destroy(LOG_REC *log, LOG_ITEM_REC *item); LOG_ITEM_REC *log_item_find(LOG_REC *log, int type, const char *item, SERVER_REC *server); +void log_file_write(SERVER_REC *server, const char *item, int level, + const char *str, int no_fallbacks); void log_write_rec(LOG_REC *log, const char *str); int log_start_logging(LOG_REC *log); |