diff options
author | Timo Sirainen <cras@irssi.org> | 2001-02-19 06:23:04 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-02-19 06:23:04 +0000 |
commit | 6b4a8388139161a9e6638b99340ee07cb8b5d5a4 (patch) | |
tree | 6c2fa4279a7108d6002973fbc165484f3e208067 /src/fe-text/gui-windows.h | |
parent | 1191bc2c2c9d8403ca2da7d98a3fdbe419ca2459 (diff) | |
download | irssi-6b4a8388139161a9e6638b99340ee07cb8b5d5a4.zip |
Moved /LASTLOG handling to lastlog.c. Added options -file <filename>
for writing lastlog to file, -window <ref#|name> for specifying which
window's lastlog to print (output is always to active window) and
-clear option to remove all lastlog lines from window.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1255 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/gui-windows.h')
-rw-r--r-- | src/fe-text/gui-windows.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-text/gui-windows.h b/src/fe-text/gui-windows.h index 441f8713..2159f61c 100644 --- a/src/fe-text/gui-windows.h +++ b/src/fe-text/gui-windows.h @@ -97,7 +97,8 @@ void gui_windows_deinit(void); WINDOW_REC *gui_window_create(MAIN_WINDOW_REC *parent); void gui_window_set_server(WINDOW_REC *window, SERVER_REC *server); -GList *gui_window_find_text(WINDOW_REC *window, char *text, GList *startline, int regexp, int fullword); +GList *gui_window_find_text(WINDOW_REC *window, const char *text, + GList *startline, int regexp, int fullword); /* get number of real lines that line record takes */ int gui_window_get_linecount(GUI_WINDOW_REC *gui, LINE_REC *line); |