From 0a1a6fbcfddf9f4857b1c95f32321bbd27968cea Mon Sep 17 00:00:00 2001 From: sabetts Date: Sat, 18 Aug 2001 21:54:21 +0000 Subject: commands can be called interactively and non-interactively. commands return a result string --- src/list.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/list.h') diff --git a/src/list.h b/src/list.h index e216e9d..06913d1 100644 --- a/src/list.h +++ b/src/list.h @@ -22,6 +22,8 @@ #ifndef _RATPOISON_LIST_H #define _RATPOISON_LIST_H 1 +#include "sbuf.h" + void free_window (rp_window *w); rp_window *add_to_window_list (screen_info *s, Window w); void init_window_list (); @@ -55,5 +57,6 @@ void insert_into_list (rp_window *win, rp_window *sentinel); void remove_from_list (rp_window *win); void print_window_information (rp_window *win); +void get_window_list (char *delim, struct sbuf *buffer, int *mark_start, int *mark_end); #endif /* ! _RATPOISON_LIST_H */ -- cgit v1.2.3