From 2a75c88f99e1aa24fbac81deac007ceca313b993 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 24 Oct 2001 22:52:15 +0000 Subject: Added support for changing indentation behaviour with modules. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1912 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-text/gui-windows.h | 2 ++ 1 file changed, 2 insertions(+) (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 b67f6de7..9d4afac7 100644 --- a/src/fe-text/gui-windows.h +++ b/src/fe-text/gui-windows.h @@ -39,4 +39,6 @@ void gui_window_scroll_line(WINDOW_REC *window, LINE_REC *line); void gui_window_set_sticky(WINDOW_REC *window); void gui_window_set_unsticky(WINDOW_REC *window); +void gui_windows_reset_settings(void); + #endif -- cgit v1.2.3