From 6b4a8388139161a9e6638b99340ee07cb8b5d5a4 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 19 Feb 2001 06:23:04 +0000 Subject: Moved /LASTLOG handling to lastlog.c. Added options -file for writing lastlog to file, -window 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 --- src/fe-text/gui-windows.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fe-text/gui-windows.h') 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); -- cgit v1.2.3