From b87be52b56c7f62294c49c40a49c766b958d0809 Mon Sep 17 00:00:00 2001 From: sabetts Date: Sun, 15 Apr 2001 21:25:10 +0000 Subject: * src/number.h (add_window_number): new prototype * src/number.c (add_window_number): renamed from add_to_list. Dependant code updated. * src/messages.h (MESSAGE_WINDOW_INFORMATION): new define * src/list.h (print_window_information): new prototype * src/list.c (print_window_information): new function * src/actions.h (cmd_number): new prototype --- src/list.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/list.h') diff --git a/src/list.h b/src/list.h index 2ad0b47..8a97f92 100644 --- a/src/list.h +++ b/src/list.h @@ -50,4 +50,6 @@ void append_to_list (rp_window *win, rp_window *sentinel); void insert_into_list (rp_window *win, rp_window *sentinel); void remove_from_list (rp_window *win); +void print_window_information (rp_window *win); + #endif /* ! _RATPOISON_LIST_H */ -- cgit v1.2.3